Skip to content

Commit f3954cc

Browse files
Bump actions/download-artifact from 4.1.9 to 4.2.0 (#141)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0266b7f commit f3954cc

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
@@ -106,7 +106,7 @@ jobs:
106106
lfs: true
107107

108108
- name: Download Craff
109-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
109+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
110110
with:
111111
name: craff-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}
112112
path: bin/
@@ -353,7 +353,7 @@ jobs:
353353
lfs: true
354354

355355
- name: Download Craff
356-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
356+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
357357
with:
358358
name: craff-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}
359359
path: bin/
@@ -424,43 +424,43 @@ jobs:
424424
rm -rf tests/rsrc/
425425
426426
- name: Download Test Artifacts (RISCV-64)
427-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
427+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
428428
with:
429429
name: test-artifacts-riscv-64
430430
path: tests/rsrc/riscv-64
431431

432432
- name: Download Test Artifacts (x86_64 Breakpoints UEFI EDK2)
433-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
433+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
434434
with:
435435
name: test-artifacts-x86_64-breakpoint-uefi-edk2
436436
path: tests/rsrc/x86_64-breakpoint-uefi-edk2
437437

438438
- name: Download Test Artifacts (x86_64 Timeout UEFI EDK2)
439-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
439+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
440440
with:
441441
name: test-artifacts-x86_64-crash-uefi
442442
path: tests/rsrc/x86_64-crash-uefi
443443

444444
- name: Download Test Artifacts (x86_64 Timeout UEFI EDK2)
445-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
445+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
446446
with:
447447
name: test-artifacts-x86_64-timeout-uefi-edk2
448448
path: tests/rsrc/x86_64-timeout-uefi-edk2
449449

450450
- name: Download Test Artifacts (x86_64 UEFI)
451-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
451+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
452452
with:
453453
name: test-artifacts-x86_64-uefi
454454
path: tests/rsrc/x86_64-uefi
455455

456456
- name: Download Test Artifacts (x86_64 UEFI EDK2)
457-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
457+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
458458
with:
459459
name: test-artifacts-x86_64-uefi-edk2
460460
path: tests/rsrc/x86_64-uefi-edk2
461461

462462
- name: Download Test Artifacts (x86)
463-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
463+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
464464
with:
465465
name: test-artifacts-x86-user
466466
path: tests/rsrc/x86-user

0 commit comments

Comments
 (0)