diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5796ff970a..e0c2acb79b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: nix build --dry-run --json .#integration-tests > test-store-path.json - name: Cache test results id: cache-results - uses: actions/cache@v3 + uses: actions/cache@v4 with: # Use run_attempt in the cache key so that explicitly re-running the # tests will force the test to run again.