Upgrade GitHub Actions for Node 24 compatibility

This commit is contained in:
Salman Muin Kayser Chishti 2025-12-16 14:26:24 +00:00
parent 3ed403e287
commit b66aa115ac
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ jobs:
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
# Set up ccache
- name: ccache
@ -52,7 +52,7 @@ jobs:
run: cmake --build ${{ github.workspace }}/build --preset ${{ matrix.preset }} --config ${{ matrix.build_type }} -j 4
- name: Archive production artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: gemma-${{ matrix.os }}-${{ matrix.preset }}-${{ matrix.build_type }}
path: |