diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 3c75a33603..89f62963b0 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -78,7 +78,7 @@ jobs: run: uv sync - name: Cache Scylla download - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.ccm/repository key: scylla-${{ env.SCYLLA_VERSION }}-${{ runner.os }}