From b66aa115ac1a7923014aff67aa3f0a56b0cb7215 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Tue, 16 Dec 2025 14:26:24 +0000 Subject: [PATCH] Upgrade GitHub Actions for Node 24 compatibility --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1512548..f2e743d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |