We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785a411 commit b02366fCopy full SHA for b02366f
.github/workflows/ci.yaml
@@ -146,7 +146,7 @@ jobs:
146
- name: Copy the benchmark results to the cache
147
run: mkdir -p $GITHUB_WORKSPACE/build/benchmark-cache/ && cp $GITHUB_WORKSPACE/build/output/*.json $GITHUB_WORKSPACE/build/benchmark-cache/
148
- name: Cache the benchmark results
149
- uses: actions/cache/cache@v4
+ uses: actions/cache/save@v4
150
with:
151
path: $GITHUB_WORKSPACE/build/benchmark-cache
152
key: bpfilter-benchmark-results-${{ matrix.host.arch }}
0 commit comments