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@v4
63
+ - uses : actions/download-artifact@v3
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@v4
86
+ - uses : actions/download-artifact@v3
87
87
with :
88
88
name : artifact
89
89
path : dist
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ jobs:
256
256
python -m pip install -U coverage>=5.1 coveralls
257
257
258
258
- name : Download coverage file
259
- uses : actions/download-artifact@v4
259
+ uses : actions/download-artifact@v3
260
260
with :
261
261
name : coverage
262
262
path : coverage
You can’t perform that action at this time.
0 commit comments