File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3636 run : |
3737 python setup.py bdist_wheel
3838 - name : Upload artifact
39- uses : actions/upload-artifact@v3
39+ uses : actions/upload-artifact@v4
4040 with :
4141 name : ${{ matrix.os }}-python${{ matrix.python-version }}-whl
4242 path : dist/*.whl
5858 run : |
5959 python setup.py sdist
6060 - name : Upload artifact
61- uses : actions/upload-artifact@v3
61+ uses : actions/upload-artifact@v4
6262 with :
6363 name : Source distribution (sdist)
6464 path : dist/*.*
Original file line number Diff line number Diff line change 2828 python setup.py sdist
2929
3030 - name : Upload artifact
31- uses : actions/upload-artifact@v3
31+ uses : actions/upload-artifact@v4
3232 with :
3333 path : dist/*.*
3434
6565 CIBW_TEST_COMMAND : pytest {package}/tests
6666 CIBW_TEST_SKIP : " *-macosx_arm64 *-macosx_universal2:arm64"
6767
68- - uses : actions/upload-artifact@v3
68+ - uses : actions/upload-artifact@v4
6969 with :
7070 path : ./wheelhouse/*.whl
7171
7777 runs-on : ubuntu-latest
7878 if : github.event_name == 'release' && github.event.action == 'published'
7979 steps :
80- - uses : actions/download-artifact@v3
80+ - uses : actions/download-artifact@v4
8181 with :
8282 name : artifact
8383 path : dist
You can’t perform that action at this time.
0 commit comments