diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 01b1a353..a988afb6 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -31,7 +31,7 @@ jobs: run: set -o pipefail; go test ./... -benchmem -run=^$ -bench . | tee output.txt - name: Get Previous Benchmark Results - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./cache key: ${{ runner.os }}-benchmark