We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 492e41c + 98bb6c7 commit 46cd2f3Copy full SHA for 46cd2f3
1 file changed
.github/workflows/deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
pytest -k 'test_flask_server'
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
45
with:
46
name: "artifact-wheel"
47
path: dist/*.whl
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
path: dist/*.tar.gz
73
0 commit comments