4949 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
5050 manylinux : auto
5151 - name : Upload wheels
52- uses : actions/upload-artifact@v6
52+ uses : actions/upload-artifact@v7
5353 with :
5454 name : wheels-linux-${{ matrix.platform.target }}
5555 path : dist
8080 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
8181 manylinux : musllinux_1_2
8282 - name : Upload wheels
83- uses : actions/upload-artifact@v6
83+ uses : actions/upload-artifact@v7
8484 with :
8585 name : wheels-musllinux-${{ matrix.platform.target }}
8686 path : dist
@@ -107,7 +107,7 @@ jobs:
107107 args : --release --out dist --find-interpreter
108108 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
109109 - name : Upload wheels
110- uses : actions/upload-artifact@v6
110+ uses : actions/upload-artifact@v7
111111 with :
112112 name : wheels-windows-${{ matrix.platform.target }}
113113 path : dist
@@ -133,7 +133,7 @@ jobs:
133133 args : --release --out dist --find-interpreter
134134 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
135135 - name : Upload wheels
136- uses : actions/upload-artifact@v6
136+ uses : actions/upload-artifact@v7
137137 with :
138138 name : wheels-macos-${{ matrix.platform.target }}
139139 path : dist
@@ -148,7 +148,7 @@ jobs:
148148 command : sdist
149149 args : --out dist
150150 - name : Upload sdist
151- uses : actions/upload-artifact@v6
151+ uses : actions/upload-artifact@v7
152152 with :
153153 name : wheels-sdist
154154 path : dist
@@ -166,7 +166,7 @@ jobs:
166166 # Used to generate artifact attestation
167167 attestations : write
168168 steps :
169- - uses : actions/download-artifact@v7
169+ - uses : actions/download-artifact@v8
170170 - name : Generate artifact attestation
171171 uses : actions/attest-build-provenance@v4
172172 with :
0 commit comments