diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 414c5bd7..60aadce4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -115,7 +115,7 @@ jobs: - name: Checkout bpfilter uses: actions/checkout@v2 - name: Restore the cached test results - uses: actions/restore@v4 + uses: actions/cache/restore@v4 with: path: build/output/tests key: tests-results @@ -126,7 +126,7 @@ jobs: - name: Build run: make -C $GITHUB_WORKSPACE/build -j `nproc` e2e - name: Cache the test results - uses: actions/save@v4 + uses: actions/cache/save@v4 if: matrix.host.arch == 'x64' && github.ref == 'refs/heads/main' with: path: build/output/tests