@@ -306,28 +306,28 @@ jobs:
306306 run : make dist-check
307307
308308 - name : Upload Wheel
309- uses : actions/upload-artifact@v6
309+ uses : actions/upload-artifact@v7
310310 with :
311311 name : csp-dist-${{ runner.os }}-${{ runner.arch }}-3.10
312312 path : dist/*.whl
313313 if : ${{ matrix.cibuildwheel == 'cp310' }}
314314
315315 - name : Upload Wheel
316- uses : actions/upload-artifact@v6
316+ uses : actions/upload-artifact@v7
317317 with :
318318 name : csp-dist-${{ runner.os }}-${{ runner.arch }}-3.11
319319 path : dist/*.whl
320320 if : ${{ matrix.cibuildwheel == 'cp311' }}
321321
322322 - name : Upload Wheel
323- uses : actions/upload-artifact@v6
323+ uses : actions/upload-artifact@v7
324324 with :
325325 name : csp-dist-${{ runner.os }}-${{ runner.arch }}-3.12
326326 path : dist/*.whl
327327 if : ${{ matrix.cibuildwheel == 'cp312' }}
328328
329329 - name : Upload Wheel
330- uses : actions/upload-artifact@v6
330+ uses : actions/upload-artifact@v7
331331 with :
332332 name : csp-dist-${{ runner.os }}-${{ runner.arch }}-3.13
333333 path : dist/*.whl
@@ -388,7 +388,7 @@ jobs:
388388 run : make dist-check
389389
390390 - name : Upload SDist
391- uses : actions/upload-artifact@v6
391+ uses : actions/upload-artifact@v7
392392 with :
393393 name : csp-sdist
394394 path : dist/*.tar.gz
@@ -482,7 +482,7 @@ jobs:
482482 run : make requirements
483483
484484 - name : Download wheel
485- uses : actions/download-artifact@v7
485+ uses : actions/download-artifact@v8
486486 with :
487487 name : csp-dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
488488
@@ -693,7 +693,7 @@ jobs:
693693 - name : Install requirements
694694 run : sudo make dependencies-debian
695695
696- - uses : actions/download-artifact@v7
696+ - uses : actions/download-artifact@v8
697697 with :
698698 name : csp-sdist
699699 path : dist/
@@ -773,7 +773,7 @@ jobs:
773773 run : sudo apt-get install graphviz
774774
775775 - name : Download wheel
776- uses : actions/download-artifact@v7
776+ uses : actions/download-artifact@v8
777777 with :
778778 name : csp-dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
779779
@@ -854,7 +854,7 @@ jobs:
854854
855855 steps :
856856 - name : Download wheels and sdist
857- uses : actions/download-artifact@v7
857+ uses : actions/download-artifact@v8
858858 with :
859859 name :
860860 merge-multiple : true
0 commit comments