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 8585 && steps.status.outcome == 'failure'
8686 && github.event_name == 'schedule'
8787 && github.repository == 'jax-ml/jax'
88- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
88+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
8989 with :
9090 name : output-${{ matrix.python-version }}-log.jsonl
9191 path : output-${{ matrix.python-version }}-log.jsonl
Original file line number Diff line number Diff line change 4545 --bazel_options=--config=win_clang `
4646 --verbose
4747
48- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
48+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
4949 with :
5050 name : wheels-${{ matrix.os }}-${{ matrix.pyver }}
5151 path : ${{ github.workspace }}\dist\*.whl
Original file line number Diff line number Diff line change 5454 --bazel_options=--config=win_clang `
5555 --verbose
5656
57- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
57+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
5858 with :
5959 name : wheels
6060 path : ${{ github.workspace }}\jax\dist\*.whl
You can’t perform that action at this time.
0 commit comments