diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 53a33d5..0e2435b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -25,7 +25,7 @@ jobs: - name: Run benchmark run: go test -bench=. ./... | tee output.txt - name: Download previous benchmark data - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./cache key: ${{ runner.os }}-benchmark