Skip to content

Commit 5c6161c

Browse files
[deps]: Update actions/download-artifact action to v5
1 parent 11f7358 commit 5c6161c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
9494
id: download
9595
with:
9696
run-id: ${{steps.return_dispatch.outputs.run_id}}

.github/workflows/test-bwa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
sparse-checkout-cone-mode: false
175175

176176
- name: Download test artifacts
177-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
177+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
178178
with:
179179
name: test-reports
180180

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
sparse-checkout-cone-mode: false
170170

171171
- name: Download test artifacts
172-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
172+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
173173
with:
174174
name: test-reports
175175

0 commit comments

Comments
 (0)