1 parent bd97e62 commit 974987aCopy full SHA for 974987a
1 file changed
.github/workflows/deploy.yaml
@@ -49,7 +49,7 @@ jobs:
49
if: |
50
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) ||
51
(github.event_name == 'release' && github.event.action == 'published')
52
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
53
with:
54
path: wheelhouse/*.whl
55
retention-days: 7
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
path: dist/*.tar.gz
77
0 commit comments