Skip to content

Commit f309f87

Browse files
Bump actions/download-artifact from 4.2.0 to 4.2.1 (#144)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7322f21 commit f309f87

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@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
109+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
356+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
427+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
433+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
439+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
445+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
451+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
457+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
463+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
464464
with:
465465
name: test-artifacts-x86-user
466466
path: tests/rsrc/x86-user

0 commit comments

Comments
 (0)