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 f4ddd42 commit bd13555Copy full SHA for bd13555
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
python -m pip install --upgrade pip build
35
python -m build
36
37
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
38
with:
39
path: ./dist/*
40
retention-days: 5
0 commit comments