Skip to content

Commit 2d092d2

Browse files
Bump actions/download-artifact from 6 to 7 (#7532)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81df0d6 commit 2d092d2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/bencher-ab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- uses: actions/checkout@v6
138138

139139
- name: Download artifacts
140-
uses: actions/download-artifact@v6
140+
uses: actions/download-artifact@v7
141141
with:
142142
pattern: benchmark-*-${{ github.run_id }}
143143
merge-multiple: false

.github/workflows/release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jobs:
315315
fetch-depth: 0
316316

317317
- name: Download RPM
318-
uses: actions/download-artifact@v6
318+
uses: actions/download-artifact@v7
319319
with:
320320
path: DOWNLOAD_DIR
321321
pattern: pkg
@@ -364,13 +364,13 @@ jobs:
364364
with:
365365
fetch-depth: 0
366366
- name: Download Prebuilt Packages
367-
uses: actions/download-artifact@v6
367+
uses: actions/download-artifact@v7
368368
with:
369369
path: DOWNLOAD_DIR
370370
pattern: pkg
371371
merge-multiple: true
372372
- name: Download Reproducibility Metadata
373-
uses: actions/download-artifact@v6
373+
uses: actions/download-artifact@v7
374374
with:
375375
path: repro
376376
pattern: reproduce-metadata
@@ -416,40 +416,40 @@ jobs:
416416
with:
417417
fetch-depth: 1
418418
- name: Download Packages
419-
uses: actions/download-artifact@v6
419+
uses: actions/download-artifact@v7
420420
with:
421421
path: pkg
422422
pattern: pkg*
423423
merge-multiple: true
424424
- name: Download Release Notes
425-
uses: actions/download-artifact@v6
425+
uses: actions/download-artifact@v7
426426
with:
427427
name: relnotes
428428
- name: Download Compatibility Report
429-
uses: actions/download-artifact@v6
429+
uses: actions/download-artifact@v7
430430
with:
431431
name: compatibility
432432
- name: Download TLS Report
433-
uses: actions/download-artifact@v6
433+
uses: actions/download-artifact@v7
434434
with:
435435
name: tls
436436
- name: Download Python Wheel
437-
uses: actions/download-artifact@v6
437+
uses: actions/download-artifact@v7
438438
with:
439439
path: wheel
440440
name: wheel
441441
- name: Download TS Package
442-
uses: actions/download-artifact@v6
442+
uses: actions/download-artifact@v7
443443
with:
444444
path: tstgz
445445
name: tstgz
446446
- name: Download SBOM
447-
uses: actions/download-artifact@v6
447+
uses: actions/download-artifact@v7
448448
with:
449449
path: sbom
450450
name: sbom
451451
- name: Download Reproducibility Metadata
452-
uses: actions/download-artifact@v6
452+
uses: actions/download-artifact@v7
453453
with:
454454
path: repro
455455
pattern: reproduce*

0 commit comments

Comments
 (0)