Skip to content

Commit 63782b8

Browse files
[deps]: Update GitHub Artifact Actions
1 parent 0c36106 commit 63782b8

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/actions/dispatch-and-download/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ runs:
9090
done
9191
9292
- name: Download all artifacts
93-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
93+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
9494
id: download
9595
with:
9696
run-id: ${{steps.return_dispatch.outputs.run_id}}

.github/workflows/_build-any.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
echo "export_filepath=$EXPORT_FILEPATH" >> "$GITHUB_OUTPUT"
245245
246246
- name: Upload artifacts to GitHub
247-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
247+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
248248
with:
249249
name: ${{ steps.get_file_paths.outputs.artifact_filename }}
250250
path: ${{ env._EXPORT_PATH }}

.github/workflows/_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
echo '```' >> "$GITHUB_STEP_SUMMARY"
168168
169169
- name: Upload version info artifact
170-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
170+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
171171
with:
172172
name: version-info
173173
path: version_info.json

.github/workflows/test-bwa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
"$_TESTS_RESULT_BUNDLE_PATH" > "$_COVERAGE_PATH"
178178
179179
- name: Upload test reports
180-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
180+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
181181
if: always()
182182
with:
183183
name: test-reports
@@ -205,7 +205,7 @@ jobs:
205205
persist-credentials: false
206206

207207
- name: Download test artifacts
208-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
208+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
209209
with:
210210
name: test-reports
211211

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
"$_TESTS_RESULT_BUNDLE_PATH" > "$_COVERAGE_PATH"
173173
174174
- name: Upload test reports
175-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
175+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
176176
if: always()
177177
with:
178178
name: test-reports
@@ -200,7 +200,7 @@ jobs:
200200
persist-credentials: false
201201

202202
- name: Download test artifacts
203-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
203+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
204204
with:
205205
name: test-reports
206206

0 commit comments

Comments
 (0)