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 70c969c commit 74ce4e0Copy full SHA for 74ce4e0
.github/workflows/ci-cd.yml
@@ -70,7 +70,7 @@ jobs:
70
run: python setup.py sdist bdist_wheel
71
- name: Check distributions
72
run: twine check dist/*
73
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
74
with:
75
name: distributions
76
path: dist/
0 commit comments