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.
2 parents 26864e2 + a890f64 commit b8cd0f0Copy full SHA for b8cd0f0
.github/workflows/main.yml
@@ -72,7 +72,7 @@ jobs:
72
if: runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/')
73
with:
74
password: ${{ secrets.PYPI_API_TOKEN }}
75
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
76
if: runner.os == 'Linux' && ! startsWith(github.ref, 'refs/tags/')
77
78
path: |
0 commit comments