Skip to content

Commit 11aa16a

Browse files
Merge pull request #810 from salmanmkc:upgrade-github-actions-node24
PiperOrigin-RevId: 846692015
2 parents 08a0760 + a4c78d4 commit 11aa16a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cancel-in-progress: true
3434

3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737

3838
# Set up ccache
3939
- name: ccache
@@ -52,7 +52,7 @@ jobs:
5252
run: cmake --build ${{ github.workspace }}/build --preset ${{ matrix.preset }} --config ${{ matrix.build_type }} -j 4
5353

5454
- name: Archive production artifacts
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v6
5656
with:
5757
name: gemma-${{ matrix.os }}-${{ matrix.preset }}-${{ matrix.build_type }}
5858
path: |

0 commit comments

Comments
 (0)