diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 0eb9c5a..d2d2272 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -25,7 +25,7 @@ jobs: with: go-version: '^1.x' - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: | @@ -40,7 +40,7 @@ jobs: # if: steps.cache.output.cache-hit != 'true' # run: make --debug install_deps - name: restore base benchmark result - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | test-results/benchmark-results-main.txt