Merge pull request #19460 from google:dependabot/github_actions/actions/upload-artifact-4.2.0

PiperOrigin-RevId: 600508301
This commit is contained in:
jax authors 2024-01-22 11:05:22 -08:00
commit 416206b841
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ jobs:
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
python.exe build\build.py --bazel_options=--color=yes --verbose
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # ratchet: actions/upload-artifact@v4
- uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # ratchet: actions/upload-artifact@v4
with:
name: wheels
path: ${{ github.workspace }}\dist\*.whl

View File

@ -49,7 +49,7 @@ jobs:
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
python.exe build\build.py ('--bazel_options=--override_repository=xla=${{ github.workspace }}\xla' -replace '\\','\\') --bazel_options=--color=yes
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # ratchet: actions/upload-artifact@v4
- uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # ratchet: actions/upload-artifact@v4
with:
name: wheels
path: ${{ github.workspace }}\jax\dist\*.whl