From 05dc9b8b3c1230f235221d86bee005391e41e6cf Mon Sep 17 00:00:00 2001 From: droak Date: Wed, 6 Nov 2024 13:41:18 +0900 Subject: [PATCH] ci: use cache restore in the benchmark --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index bbb6a7e4..eef3c382 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -26,7 +26,7 @@ jobs: pnpm run benchmark - name: Set cache dir - uses: actions/cache@v4 + uses: actions/cache/restore@v4 with: path: ./cache key: ${{ runner.os }}-benchmark