6161 python -m cibuildwheel --output-dir wheelhouse
6262 working-directory : ./quaddtype
6363
64- - uses : actions/upload-artifact@v5
64+ - uses : actions/upload-artifact@v6
6565 with :
6666 path : ./quaddtype/wheelhouse/*.whl
6767 name : wheels-linux
@@ -125,7 +125,7 @@ jobs:
125125 python -m cibuildwheel --output-dir wheelhouse
126126 working-directory : ./quaddtype
127127
128- - uses : actions/upload-artifact@v5
128+ - uses : actions/upload-artifact@v6
129129 with :
130130 path : ./quaddtype/wheelhouse/*.whl
131131 name : wheels-${{ matrix.os }}
@@ -185,7 +185,7 @@ jobs:
185185 if (-not (Test-Path wheelhouse/*.whl)) { throw "Wheel was not created" }
186186 working-directory : ./quaddtype
187187
188- - uses : actions/upload-artifact@v5
188+ - uses : actions/upload-artifact@v6
189189 with :
190190 path : ./quaddtype/wheelhouse/*.whl
191191 name : wheels-windows-${{ matrix.architecture }}
@@ -222,7 +222,7 @@ jobs:
222222 working-directory : ./quaddtype
223223
224224 - name : Upload SDist artifact
225- uses : actions/upload-artifact@v5
225+ uses : actions/upload-artifact@v6
226226 with :
227227 name : sdist
228228 path : ./quaddtype/dist/*.tar.gz
@@ -248,7 +248,7 @@ jobs:
248248
249249 steps :
250250 - name : Download all workflow run artifacts
251- uses : actions/download-artifact@v6
251+ uses : actions/download-artifact@v7
252252 with :
253253 pattern : " *"
254254 path : dist
0 commit comments