File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 97
97
id-token : write # IMPORTANT: mandatory for trusted publishing
98
98
steps :
99
99
- name : Download all the dists
100
- uses : actions/download-artifact@v4
100
+ uses : actions/download-artifact@v5
101
101
with :
102
102
name : python-package-distributions
103
103
path : dist/
@@ -117,7 +117,7 @@ jobs:
117
117
118
118
steps :
119
119
- name : Download all the dists
120
- uses : actions/download-artifact@v4
120
+ uses : actions/download-artifact@v5
121
121
with :
122
122
name : python-package-distributions
123
123
path : dist/
@@ -162,7 +162,7 @@ jobs:
162
162
163
163
steps :
164
164
- name : Download all the dists
165
- uses : actions/download-artifact@v4
165
+ uses : actions/download-artifact@v5
166
166
with :
167
167
name : python-package-distributions
168
168
path : dist/
Original file line number Diff line number Diff line change @@ -824,7 +824,7 @@ jobs:
824
824
just install
825
825
826
826
- name : Get coverage files
827
- uses : actions/download-artifact@v4
827
+ uses : actions/download-artifact@v5
828
828
with :
829
829
pattern : " *.coverage"
830
830
merge-multiple : true
You can’t perform that action at this time.
0 commit comments