We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9706fa + 1f76153 commit 9fc61f9Copy full SHA for 9fc61f9
.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