diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index dc5d524f..c227fb81 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -23,7 +23,7 @@ jobs: run: | pytest etc/bench.py --benchmark-json output.json - name: Download previous benchmark data - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 with: path: ./cache key: ${{ runner.os }}-benchmark