We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede86fc commit da5a3beCopy full SHA for da5a3be
.github/workflows/publish-to-pypi.yml
@@ -91,7 +91,7 @@ jobs:
91
id-token: write # required for trusted publishing
92
steps:
93
- name: Download built dist
94
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
95
with:
96
name: built-dist
97
path: dist/
0 commit comments