File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ jobs:
462462 run : make requirements
463463
464464 - name : Download wheel
465- uses : actions/download-artifact@v7
465+ uses : actions/download-artifact@v8
466466 with :
467467 name : csp-dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
468468
@@ -573,7 +573,7 @@ jobs:
573573 - name : Install requirements
574574 run : sudo make dependencies-debian
575575
576- - uses : actions/download-artifact@v7
576+ - uses : actions/download-artifact@v8
577577 with :
578578 name : csp-sdist
579579 path : dist/
@@ -657,7 +657,7 @@ jobs:
657657 run : sudo apt-get install graphviz
658658
659659 - name : Download wheel
660- uses : actions/download-artifact@v7
660+ uses : actions/download-artifact@v8
661661 with :
662662 name : csp-dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
663663
@@ -737,7 +737,7 @@ jobs:
737737
738738 steps :
739739 - name : Download wheels and sdist
740- uses : actions/download-artifact@v7
740+ uses : actions/download-artifact@v8
741741 with :
742742 name :
743743 merge-multiple : true
You can’t perform that action at this time.
0 commit comments