diff --git a/.github/workflows/benchmarks_run.yml b/.github/workflows/benchmarks_run.yml index 5bc2fba6ec..0d9d7f0756 100644 --- a/.github/workflows/benchmarks_run.yml +++ b/.github/workflows/benchmarks_run.yml @@ -46,7 +46,7 @@ jobs: - name: Cache environment directories id: cache-env-dir - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | .nox @@ -56,7 +56,7 @@ jobs: - name: Cache test data directory id: cache-test-data - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ env.IRIS_TEST_DATA_PATH }}