File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments