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:
187187 needs : [check_changes, make_sdist, build_wheels]
188188 runs-on : ubuntu-22.04
189189 steps :
190- - uses : actions/download-artifact@v4
190+ - uses : actions/download-artifact@v5
191191 with :
192192 name : sdist
193193 path : dist
194194
195- - uses : actions/download-artifact@v4
195+ - uses : actions/download-artifact@v5
196196 with :
197197 pattern : wheels-*
198198 path : dist
@@ -224,18 +224,18 @@ jobs:
224224 # Don't publish from forks
225225 if : github.repository_owner == 'pymc-devs' && github.event_name == 'release' && github.event.action == 'published'
226226 steps :
227- - uses : actions/download-artifact@v4
227+ - uses : actions/download-artifact@v5
228228 with :
229229 name : sdist
230230 path : dist
231231
232- - uses : actions/download-artifact@v4
232+ - uses : actions/download-artifact@v5
233233 with :
234234 pattern : wheels-*
235235 path : dist
236236 merge-multiple : true
237237
238- - uses : actions/download-artifact@v4
238+ - uses : actions/download-artifact@v5
239239 with :
240240 name : universal_wheel
241241 path : dist
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ jobs:
335335 python -m pip install -U coverage>=5.1 coveralls
336336
337337 - name : Download coverage file
338- uses : actions/download-artifact@v4
338+ uses : actions/download-artifact@v5
339339 with :
340340 pattern : coverage-*
341341 path : coverage
You can’t perform that action at this time.
0 commit comments