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 e9ed685 commit 77893cbCopy full SHA for 77893cb
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
id-token: write # IMPORTANT: mandatory for trusted publishing
39
steps:
40
- name: Download the dists
41
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
42
with:
43
name: python-package-distributions
44
path: dist/
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
63
0 commit comments