We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08a0760 + a4c78d4 commit 11aa16aCopy full SHA for 11aa16a
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
cancel-in-progress: true
34
35
steps:
36
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
37
38
# Set up ccache
39
- name: ccache
@@ -52,7 +52,7 @@ jobs:
52
run: cmake --build ${{ github.workspace }}/build --preset ${{ matrix.preset }} --config ${{ matrix.build_type }} -j 4
53
54
- name: Archive production artifacts
55
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
56
with:
57
name: gemma-${{ matrix.os }}-${{ matrix.preset }}-${{ matrix.build_type }}
58
path: |
0 commit comments