File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9393 run : mv doc/build/html web/build/docs
9494
9595 - name : Save website as an artifact
96- uses : actions/upload-artifact@v4
96+ uses : actions/upload-artifact@v5
9797 with :
9898 name : website
9999 path : web/build
Original file line number Diff line number Diff line change 6464 python -m pip install build
6565 python -m build --sdist
6666
67- - uses : actions/upload-artifact@v4
67+ - uses : actions/upload-artifact@v5
6868 with :
6969 name : sdist
7070 path : ./dist/*
@@ -196,7 +196,7 @@ jobs:
196196 shell : bash -el {0}
197197 run : for whl in $(ls wheelhouse); do wheel unpack wheelhouse/$whl -d /tmp; done
198198
199- - uses : actions/upload-artifact@v4
199+ - uses : actions/upload-artifact@v5
200200 with :
201201 name : ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
202202 path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments