We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2b642 commit 2634e73Copy full SHA for 2634e73
.github/workflows/pypi.yml
@@ -75,7 +75,7 @@ jobs:
75
# alternatively, to publish when a GitHub Release is created, use the following rule:
76
# if: github.event_name == 'release' && github.event.action == 'published'
77
steps:
78
- - uses: actions/download-artifact@v4.1.7
+ - uses: actions/download-artifact@v3
79
with:
80
# unpacks default artifact into dist/
81
# if `name: artifact` is omitted, the action will create extra parent dir
0 commit comments