File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 61
61
name : " Show artifacts"
62
62
runs-on : ubuntu-latest
63
63
steps :
64
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
64
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
65
65
with :
66
66
pattern : pypi-artifacts*
67
67
path : ${{ github.workspace }}/dist
85
85
# upload to PyPI for every tag starting with 'v'
86
86
if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
87
87
steps :
88
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
88
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
89
89
with :
90
90
pattern : pypi-artifacts*
91
91
path : ${{ github.workspace }}/dist
You can’t perform that action at this time.
0 commit comments