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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
190+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
191191 with :
192192 name : sdist
193193 path : dist
194194
195- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
195+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
196196 with :
197197 pattern : wheels-*
198198 path : dist
@@ -229,18 +229,18 @@ jobs:
229229 # Don't publish from forks
230230 if : github.repository_owner == 'pymc-devs' && github.event_name == 'release' && github.event.action == 'published'
231231 steps :
232- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
232+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
233233 with :
234234 name : sdist
235235 path : dist
236236
237- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
237+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
238238 with :
239239 pattern : wheels-*
240240 path : dist
241241 merge-multiple : true
242242
243- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
243+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
244244 with :
245245 name : universal_wheel
246246 path : dist
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ jobs:
331331 python -m pip install -U coverage>=5.1 coveralls
332332
333333 - name : Download coverage file
334- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
334+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
335335 with :
336336 pattern : coverage-*
337337 path : coverage
You can’t perform that action at this time.
0 commit comments