We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80417ed commit 3915addCopy full SHA for 3915add
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
id-token: write # IMPORTANT: mandatory for trusted publishing
48
steps:
49
- name: Download all the dists
50
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
51
with:
52
name: python-package-distributions
53
path: dist/
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
@@ -112,7 +112,7 @@ jobs:
112
113
114
115
116
117
118
0 commit comments