@@ -116,7 +116,7 @@ jobs:
116116 python -m cibuildwheel --output-dir wheelhouse
117117
118118 - name : Upload wheels
119- uses : actions/upload-artifact@v4
119+ uses : actions/upload-artifact@v5
120120 with :
121121 name : ${{ matrix.artifact_name }}
122122 path : wheelhouse/*.whl
@@ -158,43 +158,43 @@ jobs:
158158 # Download wheels built on each runner
159159 # ----------------------------------------------------
160160 - name : Download manylinux 64-bit wheels
161- uses : actions/download-artifact@v5
161+ uses : actions/download-artifact@v6
162162 with :
163163 name : " wheels-ubuntu-latest-manylinux-x64"
164164 path : wheelhouse/linux-many-x64
165165
166166 - name : Download manylinux 32-bit wheels
167- uses : actions/download-artifact@v5
167+ uses : actions/download-artifact@v6
168168 with :
169169 name : " wheels-ubuntu-latest-manylinux-x86"
170170 path : wheelhouse/linux-many-x86
171171
172172 - name : Download musllinux 64-bit wheels
173- uses : actions/download-artifact@v5
173+ uses : actions/download-artifact@v6
174174 with :
175175 name : " wheels-ubuntu-latest-musllinux-x64"
176176 path : wheelhouse/linux-musl-x64
177177
178178 - name : Download musllinux 32-bit wheels
179- uses : actions/download-artifact@v5
179+ uses : actions/download-artifact@v6
180180 with :
181181 name : " wheels-ubuntu-latest-musllinux-x86"
182182 path : wheelhouse/linux-musl-x86
183183
184184 - name : Download macOS wheels
185- uses : actions/download-artifact@v5
185+ uses : actions/download-artifact@v6
186186 with :
187187 name : " wheels-macos-latest"
188188 path : wheelhouse/macos
189189
190190 - name : Download Windows 64-bit wheels
191- uses : actions/download-artifact@v5
191+ uses : actions/download-artifact@v6
192192 with :
193193 name : " wheels-windows-latest-x64"
194194 path : wheelhouse/windows-x64
195195
196196 - name : Download Windows 32-bit wheels
197- uses : actions/download-artifact@v5
197+ uses : actions/download-artifact@v6
198198 with :
199199 name : " wheels-windows-latest-x86"
200200 path : wheelhouse/windows-x86
0 commit comments