diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 902e35dd3..343a8e784 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,7 +190,7 @@ jobs: mkdir -p .cargo/registry .cargo/git target python/target .uv-cache sudo chown -R $(id -u):$(id -g) .cargo target python/target .uv-cache - name: Cache integration build artifacts (cargo/target/uv) - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | target