@@ -295,28 +295,28 @@ jobs:
295295 run : make dist-check
296296
297297 - name : Upload Wheel
298- uses : actions/upload-artifact@v6
298+ uses : actions/upload-artifact@v7
299299 with :
300300 name : csp-dist-${{ runner.os }}-${{ runner.arch }}-3.10
301301 path : dist/*.whl
302302 if : ${{ matrix.cibuildwheel == 'cp310' }}
303303
304304 - name : Upload Wheel
305- uses : actions/upload-artifact@v6
305+ uses : actions/upload-artifact@v7
306306 with :
307307 name : csp-dist-${{ runner.os }}-${{ runner.arch }}-3.11
308308 path : dist/*.whl
309309 if : ${{ matrix.cibuildwheel == 'cp311' }}
310310
311311 - name : Upload Wheel
312- uses : actions/upload-artifact@v6
312+ uses : actions/upload-artifact@v7
313313 with :
314314 name : csp-dist-${{ runner.os }}-${{ runner.arch }}-3.12
315315 path : dist/*.whl
316316 if : ${{ matrix.cibuildwheel == 'cp312' }}
317317
318318 - name : Upload Wheel
319- uses : actions/upload-artifact@v6
319+ uses : actions/upload-artifact@v7
320320 with :
321321 name : csp-dist-${{ runner.os }}-${{ runner.arch }}-3.13
322322 path : dist/*.whl
@@ -377,7 +377,7 @@ jobs:
377377 run : make dist-check
378378
379379 - name : Upload SDist
380- uses : actions/upload-artifact@v6
380+ uses : actions/upload-artifact@v7
381381 with :
382382 name : csp-sdist
383383 path : dist/*.tar.gz
@@ -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
0 commit comments