5656 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
5757 manylinux : auto
5858 - name : Upload wheels
59- uses : actions/upload-artifact@v5
59+ uses : actions/upload-artifact@v7
6060 with :
6161 name : wheels-linux-${{ matrix.platform.target }}
6262 path : dist
9494 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
9595 manylinux : musllinux_1_2
9696 - name : Upload wheels
97- uses : actions/upload-artifact@v5
97+ uses : actions/upload-artifact@v7
9898 with :
9999 name : wheels-musllinux-${{ matrix.platform.target }}
100100 path : dist
@@ -136,7 +136,7 @@ jobs:
136136 args : --release --out dist -i python3.14t
137137 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
138138 - name : Upload wheels
139- uses : actions/upload-artifact@v5
139+ uses : actions/upload-artifact@v7
140140 with :
141141 name : wheels-windows-${{ matrix.platform.target }}
142142 path : dist
@@ -168,7 +168,7 @@ jobs:
168168 args : --release --out dist -i python3.14t
169169 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
170170 - name : Upload wheels
171- uses : actions/upload-artifact@v5
171+ uses : actions/upload-artifact@v7
172172 with :
173173 name : wheels-macos-${{ matrix.platform.target }}
174174 path : dist
@@ -183,7 +183,7 @@ jobs:
183183 command : sdist
184184 args : --out dist
185185 - name : Upload sdist
186- uses : actions/upload-artifact@v5
186+ uses : actions/upload-artifact@v7
187187 with :
188188 name : wheels-sdist
189189 path : dist
@@ -203,7 +203,7 @@ jobs:
203203 # Used to generate artifact attestation
204204 attestations : write
205205 steps :
206- - uses : actions/download-artifact@v6
206+ - uses : actions/download-artifact@v8
207207 - name : Generate artifact attestation
208208 uses : actions/attest-build-provenance@v3
209209 with :
0 commit comments