File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6767 sleep 4 # give server time to start
6868
6969 - name : Download wheel and sdist (built in previous jobs)
70- uses : actions/download-artifact@v4
70+ uses : actions/download-artifact@v8
7171 with :
7272 name : PyShp_wheel_and_sdist
7373 path : dist
Original file line number Diff line number Diff line change 3131
3232
3333 - name : Download wheel and sdist (built in previous job)
34- uses : actions/download-artifact@v4
34+ uses : actions/download-artifact@v8
3535 with :
3636 name : PyShp_wheel_and_sdist
3737 path : dist
Original file line number Diff line number Diff line change 3939 python-version : ${{ matrix.python-version }}
4040
4141 - name : Download wheel and sdist (built in previous job)
42- uses : actions/download-artifact@v4
42+ uses : actions/download-artifact@v8
4343 with :
4444 name : PyShp_wheel_and_sdist
4545 path : dist
You can’t perform that action at this time.
0 commit comments