diff --git a/.github/workflows/bench.ci.yml b/.github/workflows/bench.ci.yml index e1502466b9..85eec7c477 100644 --- a/.github/workflows/bench.ci.yml +++ b/.github/workflows/bench.ci.yml @@ -102,7 +102,7 @@ jobs: run: | echo "BENCHMARK_REPORT=$(find benchmarks/server/build/reports/benchmarks/main -name "*.json" | head -n 1)" >> $GITHUB_OUTPUT - name: "Restore Previous Benchmark" - uses: actions/cache@v1 + uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3 with: path: ./benchmark_reports key: ${{ runner.os }}-${{ matrix.engine }}-${{ matrix.java }}-benchmark