Skip to content

Commit f71c296

Browse files
author
The ml_dtypes Authors
committed
Merge pull request #283 from jax-ml:dependabot/github_actions/actions/download-artifact-4.3.0
PiperOrigin-RevId: 752854599
2 parents f475344 + 9f60f66 commit f71c296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
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-*

0 commit comments

Comments
 (0)