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 7f86016 commit 014ca82Copy full SHA for 014ca82
.github/workflows/pypi-publish.yaml
@@ -50,7 +50,7 @@ jobs:
50
id-token: write # This permission is mandatory for trusted publishing.
51
steps:
52
- name: Download built distribution
53
- uses: actions/download-artifact@v4.3.0
+ uses: actions/download-artifact@v5.0.0
54
with:
55
name: distribution-files
56
path: dist
0 commit comments