@@ -54,12 +54,12 @@ jobs:
5454 -name :Build git archive
5555run :mkdir archive && git archive -v -o archive/nibabel-archive.tgz HEAD
5656 -name :Upload sdist and wheel artifacts
57- uses :actions/upload-artifact@v4
57+ uses :actions/upload-artifact@v5
5858with :
5959name :dist
6060path :dist/
6161 -name :Upload git archive artifact
62- uses :actions/upload-artifact@v4
62+ uses :actions/upload-artifact@v5
6363with :
6464name :archive
6565path :archive/
@@ -73,13 +73,13 @@ jobs:
7373steps :
7474 -name :Download sdist and wheel artifacts
7575if :matrix.package != 'archive'
76- uses :actions/download-artifact@v5
76+ uses :actions/download-artifact@v6
7777with :
7878name :dist
7979path :dist/
8080 -name :Download git archive artifact
8181if :matrix.package == 'archive'
82- uses :actions/download-artifact@v5
82+ uses :actions/download-artifact@v6
8383with :
8484name :archive
8585path :archive/
@@ -251,7 +251,7 @@ jobs:
251251files :cov.xml
252252token :${{ secrets.CODECOV_TOKEN }}
253253 -name :Upload pytest test results
254- uses :actions/upload-artifact@v4
254+ uses :actions/upload-artifact@v5
255255with :
256256name :pytest-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.dependencies }}-${{ matrix.architecture }}
257257path :test-results.xml
@@ -288,7 +288,7 @@ jobs:
288288id-token :write
289289if :github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
290290steps :
291- -uses :actions/download-artifact@v5
291+ -uses :actions/download-artifact@v6
292292with :
293293name :dist
294294path :dist/