We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9706fa commit 1f76153Copy full SHA for 1f76153
.github/workflows/build-wheels-and-publish-to-pipy.yml
@@ -62,7 +62,7 @@ jobs:
62
# alternatively, to publish when a GitHub Release is created, use the following rule:
63
# if: github.event_name == 'release' && github.event.action == 'published'
64
steps:
65
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4.1.7
66
with:
67
name: artifact
68
path: dist
0 commit comments