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 1818 run : pip install build
1919 - name : Build wheel and sdist
2020 run : python -m build
21- - uses : actions/upload-artifact@v5
21+ - uses : actions/upload-artifact@v6
2222 with :
2323 name : artifact
2424 path : |
2929 needs : build_wheel_and_sdist
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/download-artifact@v6
32+ - uses : actions/download-artifact@v7
3333 with :
3434 # unpacks default artifact into dist/
3535 # if `name: artifact` is omitted, the action will create extra parent dir
Original file line number Diff line number Diff line change 3131 - name : Generate coverage
3232 run : tox run -e py310-coverage -- -s --cov-report=term
3333
34- - uses : actions/upload-artifact@v5
34+ - uses : actions/upload-artifact@v6
3535 with :
3636 name : coverage
3737 path : ./htmlcov
You can’t perform that action at this time.
0 commit comments