We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2f65f commit e30840aCopy full SHA for e30840a
1 file changed
.github/workflows/pypi-deployment.yml
@@ -39,7 +39,7 @@ jobs:
39
# alternatively, to publish when a GitHub Release is created, use the following rule:
40
# if: github.event_name == 'release' && github.event.action == 'published'
41
steps:
42
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
43
with:
44
name: artifact
45
path: dist
0 commit comments