Skip to content

Commit a5b926c

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd30271 commit a5b926c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ jobs:
319319
uses: actions/checkout@v6
320320

321321
- name: Download mina binary
322-
uses: actions/download-artifact@v6
322+
uses: actions/download-artifact@v7
323323
with:
324324
name: bin-${{ github.sha }}
325325

@@ -477,7 +477,7 @@ jobs:
477477
rm -rf /var/lib/apt/lists/*
478478
479479
- name: Download tests
480-
uses: actions/download-artifact@v6
480+
uses: actions/download-artifact@v7
481481
with:
482482
pattern: tests*-${{ github.sha }}
483483
merge-multiple: true
@@ -534,13 +534,13 @@ jobs:
534534
rm -rf /var/lib/apt/lists/*
535535
536536
- name: Download tests
537-
uses: actions/download-artifact@v6
537+
uses: actions/download-artifact@v7
538538
with:
539539
pattern: tests*-${{ github.sha }}
540540
merge-multiple: true
541541

542542
- name: Download tests
543-
uses: actions/download-artifact@v6
543+
uses: actions/download-artifact@v7
544544
with:
545545
pattern: tests-webrtc*-${{ github.sha }}
546546
merge-multiple: true
@@ -580,7 +580,7 @@ jobs:
580580
rm -rf /var/lib/apt/lists/*
581581
582582
- name: Download tests
583-
uses: actions/download-artifact@v6
583+
uses: actions/download-artifact@v7
584584
with:
585585
pattern: tests*-${{ github.sha }}
586586
merge-multiple: true
@@ -603,12 +603,12 @@ jobs:
603603

604604
steps:
605605
- name: Download binary
606-
uses: actions/download-artifact@v6
606+
uses: actions/download-artifact@v7
607607
with:
608608
name: bin-${{ github.sha }}
609609

610610
- name: Download test
611-
uses: actions/download-artifact@v6
611+
uses: actions/download-artifact@v7
612612
with:
613613
pattern: tests*-${{ github.sha }}
614614
merge-multiple: true

0 commit comments

Comments
 (0)