diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b012ecb6fd8..2bca52fc638 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -466,7 +466,7 @@ jobs: if: steps.cache-venv.outputs.cache-hit != 'true' uses: actions/cache@v4.0.1 with: - path: ${{ env.UV_CACHE }} + path: ${{ env.UV_CACHE_DIR }} key: >- ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ steps.generate-uv-key.outputs.key }}