File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 # upload to PyPI on every tag
7070 if : github.event_name == 'push' && github.ref_type == 'tag'
7171 steps :
72- - uses : actions/download-artifact@v7
72+ - uses : actions/download-artifact@v8
7373 with :
7474 pattern : artifact-*
7575 merge-multiple : true
Original file line number Diff line number Diff line change 6969 # upload to PyPI on every tag
7070 if : github.event_name == 'push' && github.ref_type == 'tag'
7171 steps :
72- - uses : actions/download-artifact@v7
72+ - uses : actions/download-artifact@v8
7373 with :
7474 pattern : artifact-*
7575 merge-multiple : true
Original file line number Diff line number Diff line change 6969 # upload to PyPI on every tag
7070 if : github.event_name == 'push' && github.ref_type == 'tag'
7171 steps :
72- - uses : actions/download-artifact@v7
72+ - uses : actions/download-artifact@v8
7373 with :
7474 pattern : artifact-*
7575 merge-multiple : true
Original file line number Diff line number Diff line change 6969 # upload to PyPI on every tag
7070 if : github.event_name == 'push' && github.ref_type == 'tag'
7171 steps :
72- - uses : actions/download-artifact@v7
72+ - uses : actions/download-artifact@v8
7373 with :
7474 pattern : artifact-*
7575 merge-multiple : true
Original file line number Diff line number Diff line change 6969 # upload to PyPI on every tag
7070 if : github.event_name == 'push' && github.ref_type == 'tag'
7171 steps :
72- - uses : actions/download-artifact@v7
72+ - uses : actions/download-artifact@v8
7373 with :
7474 pattern : artifact-*
7575 merge-multiple : true
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Download the dist
35- uses : actions/download-artifact@v7
35+ uses : actions/download-artifact@v8
3636 with :
3737 name : dist
3838 path : dist/
You can’t perform that action at this time.
0 commit comments