diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cabb7df7..ebcf46633 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -274,7 +274,7 @@ jobs: cache: maven - name: Restore benchmark history cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: benchmarks/target/benchmarks/current-speed key: benchmark-current-speed-${{ github.ref_name }}-${{ github.run_id }}