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 d517913 commit a890f64Copy full SHA for a890f64
.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