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 bbc1c2c commit 493c70aCopy full SHA for 493c70a
.github/workflows/pypi-publish.yml
@@ -85,7 +85,7 @@ jobs:
85
if: github.event_name == 'release' && github.event.action == 'published'
86
steps:
87
- name: Retrieve distributions
88
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
89
with:
90
name: artifact
91
path: dist
0 commit comments