We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ffb7e commit ea50e6aCopy full SHA for ea50e6a
.github/workflows/release-chart.yml
@@ -64,7 +64,7 @@ jobs:
64
65
# some event, the tag is not sha, so checkout it and get sha
66
- name: Checkout code
67
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
68
with:
69
persist-credentials: false
70
ref: ${{ steps.get_ref.outputs.ref }}
@@ -168,13 +168,13 @@ jobs:
168
echo "::set-output name=url::${url}"
169
170
- name: Checkout Code
171
172
173
ref: ${{ env.MERGE_BRANCH }}
174
persist-credentials: "true"
175
176
- name: Download Artifact
177
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
178
179
name: charts
180
path: ./
0 commit comments