Skip to content

Commit 0718018

Browse files
[deps]: Update actions/download-artifact action to v5
1 parent 2cf0293 commit 0718018

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
@@ -207,7 +207,7 @@ jobs:
207207
sparse-checkout-cone-mode: false
208208

209209
- name: Download test artifacts
210-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
210+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
211211
with:
212212
name: test-reports
213213

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
sparse-checkout-cone-mode: false
203203

204204
- name: Download test artifacts
205-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
205+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
206206
with:
207207
name: test-reports
208208

0 commit comments

Comments
 (0)