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 9392a5a commit f62935cCopy full SHA for f62935c
.github/workflows/ci-cd.yaml
@@ -92,7 +92,7 @@ jobs:
92
run: python -m build
93
- name: Check distributions
94
run: twine check dist/*
95
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
96
with:
97
name: distributions
98
path: dist/
0 commit comments