Skip to content

Commit 87e98b7

Browse files
committed
CI: Update save action
1 parent 42696b3 commit 87e98b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ jobs:
380380
cmake --build . --config ${{ matrix.ci.build_type }} -j 4
381381
382382
- name: Save build cache
383-
uses: actions/cache/save@v3
383+
uses: actions/cache/save@v4
384384
with:
385385
path: .ccache
386386
key: ${{ steps.restore-cache.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)