Skip to content

Commit 72f3fb0

Browse files
committed
wip
1 parent 2e80cac commit 72f3fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Checkout bpfilter
116116
uses: actions/checkout@v2
117117
- name: Restore the cached test results
118-
uses: actions/restore@v4
118+
uses: actions/cache/restore@v4
119119
with:
120120
path: build/output/tests
121121
key: tests-results
@@ -126,7 +126,7 @@ jobs:
126126
- name: Build
127127
run: make -C $GITHUB_WORKSPACE/build -j `nproc` e2e
128128
- name: Cache the test results
129-
uses: actions/save@v4
129+
uses: actions/cache/save@v4
130130
if: matrix.host.arch == 'x64' && github.ref == 'refs/heads/main'
131131
with:
132132
path: build/output/tests

0 commit comments

Comments
 (0)