File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 83
83
&& steps.status.outcome == 'failure'
84
84
&& github.event_name == 'schedule'
85
85
&& github.repository == 'google/jax'
86
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # ratchet: actions/upload-artifact@v4
86
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet: actions/upload-artifact@v4
87
87
with :
88
88
name : output-${{ matrix.python-version }}-log.jsonl
89
89
path : output-${{ matrix.python-version }}-log.jsonl
Original file line number Diff line number Diff line change 41
41
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
42
42
python.exe build\build.py --bazel_options=--color=yes --verbose
43
43
44
- - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # ratchet: actions/upload-artifact@v4
44
+ - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet: actions/upload-artifact@v4
45
45
with :
46
46
name : wheels-${{ matrix.os }}-${{ matrix.pyver }}
47
47
path : ${{ github.workspace }}\dist\*.whl
Original file line number Diff line number Diff line change 51
51
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
52
52
python.exe build\build.py ('--bazel_options=--override_repository=xla=${{ github.workspace }}\xla' -replace '\\','\\') --bazel_options=--color=yes
53
53
54
- - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # ratchet: actions/upload-artifact@v4
54
+ - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet: actions/upload-artifact@v4
55
55
with :
56
56
name : wheels
57
57
path : ${{ github.workspace }}\jax\dist\*.whl
You can’t perform that action at this time.
0 commit comments