Skip to content

Commit ea50e6a

Browse files
authored
Update release-chart.yml
1 parent b2ffb7e commit ea50e6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-chart.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
# some event, the tag is not sha, so checkout it and get sha
6666
- name: Checkout code
67-
uses: actions/checkout@v3
67+
uses: actions/checkout@v4
6868
with:
6969
persist-credentials: false
7070
ref: ${{ steps.get_ref.outputs.ref }}
@@ -168,13 +168,13 @@ jobs:
168168
echo "::set-output name=url::${url}"
169169
170170
- name: Checkout Code
171-
uses: actions/checkout@v3
171+
uses: actions/checkout@v4
172172
with:
173173
ref: ${{ env.MERGE_BRANCH }}
174174
persist-credentials: "true"
175175

176176
- name: Download Artifact
177-
uses: actions/download-artifact@v3
177+
uses: actions/download-artifact@v4
178178
with:
179179
name: charts
180180
path: ./

0 commit comments

Comments
 (0)