File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments