File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -187,12 +187,12 @@ jobs:
187
187
needs : [check_changes, make_sdist, build_wheels]
188
188
runs-on : ubuntu-22.04
189
189
steps :
190
- - uses : actions/download-artifact@v4
190
+ - uses : actions/download-artifact@v5
191
191
with :
192
192
name : sdist
193
193
path : dist
194
194
195
- - uses : actions/download-artifact@v4
195
+ - uses : actions/download-artifact@v5
196
196
with :
197
197
pattern : wheels-*
198
198
path : dist
@@ -224,18 +224,18 @@ jobs:
224
224
# Don't publish from forks
225
225
if : github.repository_owner == 'pymc-devs' && github.event_name == 'release' && github.event.action == 'published'
226
226
steps :
227
- - uses : actions/download-artifact@v4
227
+ - uses : actions/download-artifact@v5
228
228
with :
229
229
name : sdist
230
230
path : dist
231
231
232
- - uses : actions/download-artifact@v4
232
+ - uses : actions/download-artifact@v5
233
233
with :
234
234
pattern : wheels-*
235
235
path : dist
236
236
merge-multiple : true
237
237
238
- - uses : actions/download-artifact@v4
238
+ - uses : actions/download-artifact@v5
239
239
with :
240
240
name : universal_wheel
241
241
path : dist
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ jobs:
336
336
python -m pip install -U coverage>=5.1 coveralls
337
337
338
338
- name : Download coverage file
339
- uses : actions/download-artifact@v4
339
+ uses : actions/download-artifact@v5
340
340
with :
341
341
pattern : coverage-*
342
342
path : coverage
You can’t perform that action at this time.
0 commit comments