mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Merge pull request #20868 from google:dependabot/github_actions/actions/upload-artifact-4.3.3
PiperOrigin-RevId: 627135706
This commit is contained in:
commit
1bb82525fe
2
.github/workflows/upstream-nightly.yml
vendored
2
.github/workflows/upstream-nightly.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
||||
&& steps.status.outcome == 'failure'
|
||||
&& github.event_name == 'schedule'
|
||||
&& github.repository == 'google/jax'
|
||||
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # ratchet: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet: actions/upload-artifact@v4
|
||||
with:
|
||||
name: output-${{ matrix.python-version }}-log.jsonl
|
||||
path: output-${{ matrix.python-version }}-log.jsonl
|
||||
|
2
.github/workflows/wheel_win_x64.yml
vendored
2
.github/workflows/wheel_win_x64.yml
vendored
@ -41,7 +41,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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # ratchet: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet: actions/upload-artifact@v4
|
||||
with:
|
||||
name: wheels-${{ matrix.os }}-${{ matrix.pyver }}
|
||||
path: ${{ github.workspace }}\dist\*.whl
|
||||
|
2
.github/workflows/windows_ci.yml
vendored
2
.github/workflows/windows_ci.yml
vendored
@ -51,7 +51,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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # ratchet: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet: actions/upload-artifact@v4
|
||||
with:
|
||||
name: wheels
|
||||
path: ${{ github.workspace }}\jax\dist\*.whl
|
||||
|
Loading…
x
Reference in New Issue
Block a user