Update actions/upload-artifact action to v4
This commit is contained in:
parent
9afc68df40
commit
fe583ed880
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
- name: Build wheel file
|
||||
run: python setup.py bdist_wheel
|
||||
- id: skip_check
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: whl
|
||||
path: dist/
|
||||
|
Loading…
x
Reference in New Issue
Block a user