We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe0e37 commit 605ad87Copy full SHA for 605ad87
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
run: python -m pip install --upgrade pip setuptools wheel twine readme-renderer
43
- run: python setup.py sdist bdist_wheel
44
- run: python -m twine check dist/*
45
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
46
with:
47
path: dist/*
48
0 commit comments