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 6060 needs : [make_sdist,build_wheels]
6161 runs-on : ubuntu-22.04
6262 steps :
63- - uses : actions/download-artifact@v4
63+ - uses : actions/download-artifact@v3
6464 with :
6565 name : artifact
6666 path : dist
8383 runs-on : ubuntu-latest
8484 if : github.event_name == 'release' && github.event.action == 'published'
8585 steps :
86- - uses : actions/download-artifact@v4
86+ - uses : actions/download-artifact@v3
8787 with :
8888 name : artifact
8989 path : dist
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ jobs:
256256 python -m pip install -U coverage>=5.1 coveralls
257257
258258 - name : Download coverage file
259- uses : actions/download-artifact@v4
259+ uses : actions/download-artifact@v3
260260 with :
261261 name : coverage
262262 path : coverage
You can’t perform that action at this time.
0 commit comments