File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838 uses : rickstaa/sphinx-action@master
3939 with :
4040 docs-folder : " docs/"
41- - uses : actions/upload-artifact@v1
41+ - uses : actions/upload-artifact@v4
4242 with :
4343 name : Documentation
4444 path : docs/build/html/
Original file line number Diff line number Diff line change 3838 run : |
3939 python -m cibuildwheel --output-dir wheelhouse
4040
41- - uses : actions/upload-artifact@v1
41+ - uses : actions/upload-artifact@v4
4242 with :
4343 name : wheels
4444 path : ./wheelhouse
8181 run : |
8282 python -m cibuildwheel --output-dir wheelhouse
8383
84- - uses : actions/upload-artifact@v1
84+ - uses : actions/upload-artifact@v4
8585 with :
8686 name : wheels
8787 path : ./wheelhouse
Original file line number Diff line number Diff line change 4545 run : |
4646 python -m cibuildwheel --output-dir wheelhouse
4747
48- - uses : actions/upload-artifact@v1
48+ - uses : actions/upload-artifact@v4
4949 with :
5050 name : wheels
5151 path : ./wheelhouse
You can’t perform that action at this time.
0 commit comments