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 8181 name : " Show artifacts"
8282 runs-on : ubuntu-22.04
8383 steps :
84- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
84+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
8585 with :
8686 pattern : pypi-artifacts*
8787 path : ${{ github.workspace }}/dist
@@ -100,7 +100,7 @@ jobs:
100100 # upload to PyPI for every tag starting with 'v'
101101 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
102102 steps :
103- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
103+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
104104 with :
105105 pattern : pypi-artifacts*
106106 path : ${{ github.workspace }}/dist
You can’t perform that action at this time.
0 commit comments