Skip to content

Commit 1bb8252

Browse files
author
jax authors
committed
Merge pull request #20868 from google:dependabot/github_actions/actions/upload-artifact-4.3.3
PiperOrigin-RevId: 627135706
2 parents 4be25d7 + e93954c commit 1bb8252

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/upstream-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
&& steps.status.outcome == 'failure'
8484
&& github.event_name == 'schedule'
8585
&& 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
8787
with:
8888
name: output-${{ matrix.python-version }}-log.jsonl
8989
path: output-${{ matrix.python-version }}-log.jsonl

.github/workflows/wheel_win_x64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
4242
python.exe build\build.py --bazel_options=--color=yes --verbose
4343
44-
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # ratchet: actions/upload-artifact@v4
44+
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet: actions/upload-artifact@v4
4545
with:
4646
name: wheels-${{ matrix.os }}-${{ matrix.pyver }}
4747
path: ${{ github.workspace }}\dist\*.whl

.github/workflows/windows_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
5252
python.exe build\build.py ('--bazel_options=--override_repository=xla=${{ github.workspace }}\xla' -replace '\\','\\') --bazel_options=--color=yes
5353
54-
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # ratchet: actions/upload-artifact@v4
54+
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet: actions/upload-artifact@v4
5555
with:
5656
name: wheels
5757
path: ${{ github.workspace }}\jax\dist\*.whl

0 commit comments

Comments
 (0)