Skip to content

Commit 901fdfe

Browse files
authored
Merge pull request #1568 from o1-labs/dependabot/github_actions/actions/download-artifact-6
build(deps): bump actions/download-artifact from 5 to 6
2 parents b027e15 + f568321 commit 901fdfe

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/docker-heartbeats-processor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- build-heartbeat-processor-image
7070
steps:
7171
- name: Download digests
72-
uses: actions/download-artifact@v5
72+
uses: actions/download-artifact@v6
7373
with:
7474
path: /tmp/digests
7575
pattern: heartbeat-processor-digests-*

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
uses: actions/checkout@v5
217217

218218
- name: Download frontend digest artifacts
219-
uses: actions/download-artifact@v5
219+
uses: actions/download-artifact@v6
220220
with:
221221
path: /tmp/digests
222222
pattern: frontend-digests-*

.github/workflows/tests.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
uses: actions/checkout@v5
279279

280280
- name: Download mina binary
281-
uses: actions/download-artifact@v5
281+
uses: actions/download-artifact@v6
282282
with:
283283
name: bin-${{ github.sha }}
284284

@@ -425,7 +425,7 @@ jobs:
425425
rm -rf /var/lib/apt/lists/*
426426
427427
- name: Download tests
428-
uses: actions/download-artifact@v5
428+
uses: actions/download-artifact@v6
429429
with:
430430
pattern: tests*-${{ github.sha }}
431431
merge-multiple: true
@@ -506,13 +506,13 @@ jobs:
506506
rm -rf /var/lib/apt/lists/*
507507
508508
- name: Download tests
509-
uses: actions/download-artifact@v5
509+
uses: actions/download-artifact@v6
510510
with:
511511
pattern: tests*-${{ github.sha }}
512512
merge-multiple: true
513513

514514
- name: Download tests
515-
uses: actions/download-artifact@v5
515+
uses: actions/download-artifact@v6
516516
with:
517517
pattern: tests-webrtc*-${{ github.sha }}
518518
merge-multiple: true
@@ -563,7 +563,7 @@ jobs:
563563
rm -rf /var/lib/apt/lists/*
564564
565565
- name: Download tests
566-
uses: actions/download-artifact@v5
566+
uses: actions/download-artifact@v6
567567
with:
568568
pattern: tests*-${{ github.sha }}
569569
merge-multiple: true
@@ -598,12 +598,12 @@ jobs:
598598

599599
steps:
600600
- name: Download binary
601-
uses: actions/download-artifact@v5
601+
uses: actions/download-artifact@v6
602602
with:
603603
name: bin-${{ github.sha }}
604604

605605
- name: Download test
606-
uses: actions/download-artifact@v5
606+
uses: actions/download-artifact@v6
607607
with:
608608
pattern: tests*-${{ github.sha }}
609609
merge-multiple: true

0 commit comments

Comments
 (0)