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 99
99
id-token : write # IMPORTANT: mandatory for trusted publishing
100
100
steps :
101
101
- name : Download all the dists
102
- uses : actions/download-artifact@v4
102
+ uses : actions/download-artifact@v5
103
103
with :
104
104
name : python-package-distributions
105
105
path : dist/
@@ -119,7 +119,7 @@ jobs:
119
119
120
120
steps :
121
121
- name : Download all the dists
122
- uses : actions/download-artifact@v4
122
+ uses : actions/download-artifact@v5
123
123
with :
124
124
name : python-package-distributions
125
125
path : dist/
@@ -164,7 +164,7 @@ jobs:
164
164
165
165
steps :
166
166
- name : Download all the dists
167
- uses : actions/download-artifact@v4
167
+ uses : actions/download-artifact@v5
168
168
with :
169
169
name : python-package-distributions
170
170
path : dist/
Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ jobs:
670
670
just install
671
671
672
672
- name : Get coverage files
673
- uses : actions/download-artifact@v4
673
+ uses : actions/download-artifact@v5
674
674
with :
675
675
pattern : " *.coverage"
676
676
merge-multiple : true
You can’t perform that action at this time.
0 commit comments