Skip to content

Commit 5ad9ce2

Browse files
Bump actions/download-artifact from 4.3.0 to 5.0.0 (#188)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 256fd00 commit 5ad9ce2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
lfs: true
106106

107107
- name: Download Craff
108-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
108+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
109109
with:
110110
name: craff-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}
111111
path: bin/
@@ -352,7 +352,7 @@ jobs:
352352
lfs: true
353353

354354
- name: Download Craff
355-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
355+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
356356
with:
357357
name: craff-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}
358358
path: bin/
@@ -423,43 +423,43 @@ jobs:
423423
rm -rf tests/rsrc/
424424
425425
- name: Download Test Artifacts (RISCV-64)
426-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
426+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
427427
with:
428428
name: test-artifacts-riscv-64
429429
path: tests/rsrc/riscv-64
430430

431431
- name: Download Test Artifacts (x86_64 Breakpoints UEFI EDK2)
432-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
432+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
433433
with:
434434
name: test-artifacts-x86_64-breakpoint-uefi-edk2
435435
path: tests/rsrc/x86_64-breakpoint-uefi-edk2
436436

437437
- name: Download Test Artifacts (x86_64 Timeout UEFI EDK2)
438-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
438+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
439439
with:
440440
name: test-artifacts-x86_64-crash-uefi
441441
path: tests/rsrc/x86_64-crash-uefi
442442

443443
- name: Download Test Artifacts (x86_64 Timeout UEFI EDK2)
444-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
444+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
445445
with:
446446
name: test-artifacts-x86_64-timeout-uefi-edk2
447447
path: tests/rsrc/x86_64-timeout-uefi-edk2
448448

449449
- name: Download Test Artifacts (x86_64 UEFI)
450-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
450+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
451451
with:
452452
name: test-artifacts-x86_64-uefi
453453
path: tests/rsrc/x86_64-uefi
454454

455455
- name: Download Test Artifacts (x86_64 UEFI EDK2)
456-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
456+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
457457
with:
458458
name: test-artifacts-x86_64-uefi-edk2
459459
path: tests/rsrc/x86_64-uefi-edk2
460460

461461
- name: Download Test Artifacts (x86)
462-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
462+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
463463
with:
464464
name: test-artifacts-x86-user
465465
path: tests/rsrc/x86-user

0 commit comments

Comments
 (0)