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 8080 needs : [build_sdist, build_wheels]
8181 runs-on : ubuntu-latest
8282 steps :
83- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
83+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
8484 with :
8585 # unpacks all CIBW artifacts into dist/
8686 pattern : cibw-*
@@ -100,7 +100,7 @@ jobs:
100100 # Only publish release to PyPI when a github release is created.
101101 if : github.event_name == 'release' && github.event.action == 'published'
102102 steps :
103- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
103+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
104104 with :
105105 # unpacks all CIBW artifacts into dist/
106106 pattern : cibw-*
You can’t perform that action at this time.
0 commit comments