Skip to content

Commit 5e26810

Browse files
Bump actions/download-artifact from 4.1.8 to 4.1.9 (#138)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 212cb08 commit 5e26810

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

0 commit comments

Comments
 (0)