Skip to content

Commit b02366f

Browse files
committed
wip
1 parent 785a411 commit b02366f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
- name: Copy the benchmark results to the cache
147147
run: mkdir -p $GITHUB_WORKSPACE/build/benchmark-cache/ && cp $GITHUB_WORKSPACE/build/output/*.json $GITHUB_WORKSPACE/build/benchmark-cache/
148148
- name: Cache the benchmark results
149-
uses: actions/cache/cache@v4
149+
uses: actions/cache/save@v4
150150
with:
151151
path: $GITHUB_WORKSPACE/build/benchmark-cache
152152
key: bpfilter-benchmark-results-${{ matrix.host.arch }}

0 commit comments

Comments
 (0)