File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 60
60
needs : [make_sdist,build_wheels]
61
61
runs-on : ubuntu-22.04
62
62
steps :
63
- - uses : actions/download-artifact@v3
63
+ - uses : actions/download-artifact@v4
64
64
with :
65
65
name : artifact
66
66
path : dist
83
83
runs-on : ubuntu-latest
84
84
if : github.event_name == 'release' && github.event.action == 'published'
85
85
steps :
86
- - uses : actions/download-artifact@v3
86
+ - uses : actions/download-artifact@v4
87
87
with :
88
88
name : artifact
89
89
path : dist
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ jobs:
273
273
python -m pip install -U coverage>=5.1 coveralls
274
274
275
275
- name : Download coverage file
276
- uses : actions/download-artifact@v3
276
+ uses : actions/download-artifact@v4
277
277
with :
278
278
name : coverage
279
279
path : coverage
You can’t perform that action at this time.
0 commit comments