@@ -199,7 +199,7 @@ jobs:
199199          echo "ARTIFACT_PATH=${ARCHIVE}.tar.gz*" >> $GITHUB_ENV 
200200
201201name : Upload binary 
202-         uses : actions/upload-artifact@v4  
202+         uses : actions/upload-artifact@v5  
203203        with :
204204          name : binary-${{ env.OS }}-${{ env.ARCH }} 
205205          path : ${{ env.ARTIFACT_PATH }} 
@@ -231,7 +231,7 @@ jobs:
231231          manylinux : auto 
232232
233233      - name : Upload wheels 
234-         uses : actions/upload-artifact@v4  
234+         uses : actions/upload-artifact@v5  
235235        with :
236236          name : wheels-linux-${{ matrix.platform.target }} 
237237          path : dist 
@@ -263,7 +263,7 @@ jobs:
263263          manylinux : musllinux_1_2 
264264
265265      - name : Upload wheels 
266-         uses : actions/upload-artifact@v4  
266+         uses : actions/upload-artifact@v5  
267267        with :
268268          name : wheels-musllinux-${{ matrix.platform.target }} 
269269          path : dist 
@@ -315,7 +315,7 @@ jobs:
315315          sccache : ${{ !startsWith(github.ref, 'refs/tags/') }} 
316316
317317      - name : Upload wheels 
318-         uses : actions/upload-artifact@v4  
318+         uses : actions/upload-artifact@v5  
319319        with :
320320          name : wheels-windows-${{ matrix.platform.target }} 
321321          path : dist 
@@ -368,7 +368,7 @@ jobs:
368368          sccache : ${{ !startsWith(github.ref, 'refs/tags/') }} 
369369
370370      - name : Upload wheels 
371-         uses : actions/upload-artifact@v4  
371+         uses : actions/upload-artifact@v5  
372372        with :
373373          name : wheels-macos-${{ matrix.platform.target }} 
374374          path : dist 
@@ -387,7 +387,7 @@ jobs:
387387          args : --out dist 
388388
389389      - name : Upload sdist 
390-         uses : actions/upload-artifact@v4  
390+         uses : actions/upload-artifact@v5  
391391        with :
392392          name : wheels-sdist 
393393          path : dist 
@@ -400,7 +400,7 @@ jobs:
400400      id-token : write 
401401      attestations : write 
402402    steps :
403-       - uses : actions/download-artifact@v5  
403+       - uses : actions/download-artifact@v6  
404404
405405      - name : Generate artifact attestation 
406406        uses : actions/attest-build-provenance@v3 
0 commit comments