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: |