5151 working-directory : bindings/python
5252 rust-toolchain : nightly
5353 - name : Upload wheels
54- uses : actions/upload-artifact@v4
54+ uses : actions/upload-artifact@v5
5555 with :
5656 name : wheels-linux-${{ matrix.platform.target }}
5757 path : bindings/python/dist
8484 working-directory : bindings/python
8585 rust-toolchain : nightly
8686 - name : Upload wheels
87- uses : actions/upload-artifact@v4
87+ uses : actions/upload-artifact@v5
8888 with :
8989 name : wheels-musllinux-${{ matrix.platform.target }}
9090 path : bindings/python/dist
@@ -113,7 +113,7 @@ jobs:
113113 working-directory : bindings/python
114114 rust-toolchain : nightly
115115 - name : Upload wheels
116- uses : actions/upload-artifact@v4
116+ uses : actions/upload-artifact@v5
117117 with :
118118 name : wheels-windows-${{ matrix.platform.target }}
119119 path : bindings/python/dist
@@ -141,7 +141,7 @@ jobs:
141141 working-directory : bindings/python
142142 rust-toolchain : nightly
143143 - name : Upload wheels
144- uses : actions/upload-artifact@v4
144+ uses : actions/upload-artifact@v5
145145 with :
146146 name : wheels-macos-${{ matrix.platform.target }}
147147 path : bindings/python/dist
@@ -158,7 +158,7 @@ jobs:
158158 working-directory : bindings/python
159159 rust-toolchain : nightly
160160 - name : Upload sdist
161- uses : actions/upload-artifact@v4
161+ uses : actions/upload-artifact@v5
162162 with :
163163 name : wheels-sdist
164164 path : bindings/python/dist
@@ -177,7 +177,7 @@ jobs:
177177 # Used to generate artifact attestation
178178 attestations : write
179179 steps :
180- - uses : actions/download-artifact@v4
180+ - uses : actions/download-artifact@v6
181181 - name : Generate artifact attestation
182182 uses : actions/attest-build-provenance@v2
183183 with :
0 commit comments