Skip to content

Commit 785a411

Browse files
committed
wip
1 parent 4f686e2 commit 785a411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,14 @@ jobs:
139139
- name: Build
140140
run: make -C $GITHUB_WORKSPACE/build -j `nproc` benchmark
141141
- name: Fetch the cached benchmark results
142-
uses: actions/cache@v4
142+
uses: actions/cache/restore@v4
143143
with:
144144
path: $GITHUB_WORKSPACE/build/benchmark-cache
145145
key: bpfilter-benchmark-results-${{ matrix.host.arch }}
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@v4
149+
uses: actions/cache/cache@v4
150150
with:
151151
path: $GITHUB_WORKSPACE/build/benchmark-cache
152152
key: bpfilter-benchmark-results-${{ matrix.host.arch }}

0 commit comments

Comments
 (0)