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 3641b3e commit 377994fCopy full SHA for 377994f
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
- run: make gettext
41
- run: python -m build --sdist --wheel
42
- run: python -m twine check dist/*
43
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
44
with:
45
path: dist/*
46
0 commit comments