File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 - name : Deploy to GitHub Pages
4242 if : github.event_name != 'pull_request'
4343 id : deployment
44- uses : actions/deploy-pages@v4
44+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change 5050 run : |
5151 python -m cibuildwheel --output-dir wheelhouse
5252
53- - uses : actions/upload-artifact@v6
53+ - uses : actions/upload-artifact@v7
5454 with :
5555 path : ./wheelhouse/*.whl
5656 name : wheels-linux
@@ -109,7 +109,7 @@ jobs:
109109 run : |
110110 python -m cibuildwheel --output-dir wheelhouse
111111
112- - uses : actions/upload-artifact@v6
112+ - uses : actions/upload-artifact@v7
113113 with :
114114 path : ./wheelhouse/*.whl
115115 name : wheels-${{ matrix.os }}
@@ -164,7 +164,7 @@ jobs:
164164 python -m cibuildwheel --output-dir wheelhouse
165165 if (-not (Test-Path wheelhouse/*.whl)) { throw "Wheel was not created" }
166166
167- - uses : actions/upload-artifact@v6
167+ - uses : actions/upload-artifact@v7
168168 with :
169169 path : ./wheelhouse/*.whl
170170 name : wheels-windows-${{ matrix.architecture }}
@@ -198,7 +198,7 @@ jobs:
198198 pytest -s tests
199199
200200 - name : Upload SDist artifact
201- uses : actions/upload-artifact@v6
201+ uses : actions/upload-artifact@v7
202202 with :
203203 name : sdist
204204 path : ./dist/*.tar.gz
@@ -224,7 +224,7 @@ jobs:
224224
225225 steps :
226226 - name : Download all workflow run artifacts
227- uses : actions/download-artifact@v7
227+ uses : actions/download-artifact@v8
228228 with :
229229 pattern : " *"
230230 path : dist
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v6
2424
25- - uses : astral-sh/setup-uv@v7.3 .0
25+ - uses : astral-sh/setup-uv@v7.6 .0
2626 with :
2727 activate-environment : true
2828 python-version : " 3.12"
You can’t perform that action at this time.
0 commit comments