Skip to content

Commit e15cba6

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#6398)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe7a920 commit e15cba6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -507,12 +507,12 @@ jobs:
507507
python ./scripts/extract-release-changelog.py
508508
python ./scripts/determine-release-type.py
509509
- name: Download wheels
510-
uses: actions/download-artifact@v5
510+
uses: actions/download-artifact@v6
511511
with:
512512
name: wheels
513513
path: dist
514514
- name: Download scies
515-
uses: actions/download-artifact@v5
515+
uses: actions/download-artifact@v6
516516
with:
517517
pattern: scies-*
518518
path: dist
@@ -522,7 +522,7 @@ jobs:
522522
cat dist/checksum-*.txt > dist/checksum.txt
523523
sort -u -k2 dist/checksum.txt -o dist/checksum.txt
524524
- name: Download SBOM report
525-
uses: actions/download-artifact@v5
525+
uses: actions/download-artifact@v6
526526
with:
527527
name: SBOM report
528528
path: dist
@@ -659,7 +659,7 @@ jobs:
659659
with:
660660
activate-conda: false
661661
- name: Download wheels
662-
uses: actions/download-artifact@v5
662+
uses: actions/download-artifact@v6
663663
with:
664664
name: wheels
665665
path: dist

0 commit comments

Comments
 (0)