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 0403d4a commit 1fc0690Copy full SHA for 1fc0690
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
venv/bin/pip install --upgrade pip
40
venv/bin/pip install build
41
venv/bin/python -m build --outdir dist/
42
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
43
if: always()
44
with:
45
name: dist
0 commit comments