7474 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
7575 manylinux : auto
7676 - name : Upload wheels
77- uses : actions/upload-artifact@v6
77+ uses : actions/upload-artifact@v7
7878 with :
7979 name : wheels-linux-${{ matrix.platform.target }}
8080 path : dist
@@ -149,7 +149,7 @@ jobs:
149149 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
150150 manylinux : musllinux_1_2
151151 - name : Upload wheels
152- uses : actions/upload-artifact@v6
152+ uses : actions/upload-artifact@v7
153153 with :
154154 name : wheels-musllinux-${{ matrix.platform.target }}
155155 path : dist
@@ -215,7 +215,7 @@ jobs:
215215 args : --release --out dist --find-interpreter
216216 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
217217 - name : Upload wheels
218- uses : actions/upload-artifact@v6
218+ uses : actions/upload-artifact@v7
219219 with :
220220 name : wheels-windows-${{ matrix.platform.target }}
221221 path : dist
@@ -260,7 +260,7 @@ jobs:
260260 args : --release --out dist --find-interpreter
261261 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
262262 - name : Upload wheels
263- uses : actions/upload-artifact@v6
263+ uses : actions/upload-artifact@v7
264264 with :
265265 name : wheels-macos-${{ matrix.platform.target }}
266266 path : dist
@@ -292,7 +292,7 @@ jobs:
292292 command : sdist
293293 args : --out dist
294294 - name : Upload sdist
295- uses : actions/upload-artifact@v6
295+ uses : actions/upload-artifact@v7
296296 with :
297297 name : wheels-sdist
298298 path : dist
@@ -310,7 +310,7 @@ jobs:
310310 # Used to generate artifact attestation
311311 attestations : write
312312 steps :
313- - uses : actions/download-artifact@v7
313+ - uses : actions/download-artifact@v8
314314 - name : Generate artifact attestation
315315 uses : actions/attest-build-provenance@v3
316316 with :
0 commit comments