diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 122e4150..32857546 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.1.2 + uses: actions/cache@v4.2.0 with: path: ./cache key: ${{ runner.os }}-benchmark