Skip to content

Commit 2ac5323

Browse files
dependabot[bot]igorpecovnik
authored andcommitted
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1891d31 commit 2ac5323

7 files changed

Lines changed: 17 additions & 17 deletions

.github/workflows/generate-actions-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
path: data-branch
9292

9393
- name: Download all artifacts
94-
uses: actions/download-artifact@v7
94+
uses: actions/download-artifact@v8
9595
with:
9696
path: artifacts
9797

.github/workflows/generate-board-vendor-thumbnails.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ jobs:
464464
needs: [Boards-index, Vendors-index, Generate-images]
465465
steps:
466466
- name: "Download all shard data"
467-
uses: actions/download-artifact@v7
467+
uses: actions/download-artifact@v8
468468
with:
469469
path: shard-data
470470

.github/workflows/infrastructure-mirror-repository-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
known_hosts: "${{ secrets.KNOWN_HOSTS_ARMBIAN_UPLOAD }}"
105105
if_key_exists: replace
106106
- name: Download ${{ matrix.name }}
107-
uses: actions/download-artifact@v7
107+
uses: actions/download-artifact@v8
108108
with:
109109
name: parts
110110
pattern: part*

.github/workflows/infrastructure-reusable-mirror.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
DEPLOYMENT_MATRIX: "${{ steps.files.outputs.DEPLOYMENT_MATRIX }}"
3232
steps:
3333
- name: Download ${{ matrix.name }}
34-
uses: actions/download-artifact@v7
34+
uses: actions/download-artifact@v8
3535
with:
3636
name: parts
3737
pattern: part*
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959

6060
- name: Download ${{ matrix.name }}
61-
uses: actions/download-artifact@v7
61+
uses: actions/download-artifact@v8
6262
with:
6363
name: parts
6464
pattern: servers.json

.github/workflows/infrastructure-update-redirector-config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201

202202
steps:
203203

204-
- uses: actions/download-artifact@v7
204+
- uses: actions/download-artifact@v8
205205
with:
206206
name: beta
207207
path: debs-beta
@@ -260,7 +260,7 @@ jobs:
260260

261261
steps:
262262

263-
- uses: actions/download-artifact@v7
263+
- uses: actions/download-artifact@v8
264264
with:
265265
name: apt
266266
path: debs
@@ -319,7 +319,7 @@ jobs:
319319

320320
steps:
321321

322-
- uses: actions/download-artifact@v7
322+
- uses: actions/download-artifact@v8
323323
with:
324324
name: dl
325325
path: dl
@@ -379,7 +379,7 @@ jobs:
379379

380380
steps:
381381

382-
- uses: actions/download-artifact@v7
382+
- uses: actions/download-artifact@v8
383383
with:
384384
name: archive
385385
path: archive
@@ -461,7 +461,7 @@ jobs:
461461
steps:
462462

463463
- name: Download All Artifacts
464-
uses: actions/download-artifact@v7
464+
uses: actions/download-artifact@v8
465465
with:
466466
path: status
467467
pattern: debs-beta-*
@@ -501,7 +501,7 @@ jobs:
501501
netboxapi: ${{ secrets.NETBOX_API }}
502502

503503
- name: Download All Artifacts
504-
uses: actions/download-artifact@v7
504+
uses: actions/download-artifact@v8
505505
with:
506506
path: status
507507
pattern: debs*
@@ -533,7 +533,7 @@ jobs:
533533
netboxapi: ${{ secrets.NETBOX_API }}
534534

535535
- name: Download All Artifacts
536-
uses: actions/download-artifact@v7
536+
uses: actions/download-artifact@v8
537537
with:
538538
path: status
539539
pattern: dl*
@@ -567,7 +567,7 @@ jobs:
567567
netboxapi: ${{ secrets.NETBOX_API }}
568568

569569
- name: Download All Artifacts
570-
uses: actions/download-artifact@v7
570+
uses: actions/download-artifact@v8
571571
with:
572572
path: status
573573
pattern: archive*
@@ -601,7 +601,7 @@ jobs:
601601
netboxapi: ${{ secrets.NETBOX_API }}
602602

603603
- name: Download All Artifacts
604-
uses: actions/download-artifact@v7
604+
uses: actions/download-artifact@v8
605605
with:
606606
path: status
607607
pattern: cache*
@@ -650,7 +650,7 @@ jobs:
650650
latest: true
651651

652652
- name: Download All Artifacts
653-
uses: actions/download-artifact@v7
653+
uses: actions/download-artifact@v8
654654
with:
655655
path: status
656656
pattern: config-*

.github/workflows/label-pr-on-approval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Download PR number artifact from upstream run
18-
uses: actions/download-artifact@v7
18+
uses: actions/download-artifact@v8
1919
with:
2020
name: pr-number-${{ github.event.workflow_run.id }} # same unique name
2121
path: .

.github/workflows/testing-wireless-performance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
if_key_exists: replace
268268

269269
- name: Download All Artifacts
270-
uses: actions/download-artifact@v7
270+
uses: actions/download-artifact@v8
271271
with:
272272
path: test
273273
pattern: test-*

0 commit comments

Comments
 (0)