File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 85
85
run : mv doc/build/html web/build/docs
86
86
87
87
- name : Save website as an artifact
88
- uses : actions/upload-artifact@v3
88
+ uses : actions/upload-artifact@v4
89
89
with :
90
90
name : website
91
91
path : web/build
Original file line number Diff line number Diff line change 62
62
python -m pip install build
63
63
python -m build --sdist
64
64
65
- - uses : actions/upload-artifact@v3
65
+ - uses : actions/upload-artifact@v4
66
66
with :
67
67
name : sdist
68
68
path : ./dist/*
@@ -189,7 +189,7 @@ jobs:
189
189
docker pull python:${{ matrix.python[1] == '3.12' && '3.12-rc' || format('{0}-windowsservercore', matrix.python[1]) }}
190
190
docker run --env PANDAS_CI='1' -v ${PWD}:C:\pandas python:${{ matrix.python[1] == '3.12' && '3.12-rc' || format('{0}-windowsservercore', matrix.python[1]) }} powershell -Command $TST_CMD
191
191
192
- - uses : actions/upload-artifact@v3
192
+ - uses : actions/upload-artifact@v4
193
193
with :
194
194
name : ${{ matrix.python[0] }}-${{ startsWith(matrix.buildplat[1], 'macosx') && 'macosx' || matrix.buildplat[1] }}
195
195
path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments