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 c928d05 commit 325808fCopy full SHA for 325808f
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
pip install build
20
python -m build --sdist .
21
- name: Upload source package
22
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
23
with:
24
name: distribution
25
path: dist/
.github/workflows/test.yml
0 commit comments