diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 82aa748ac743c..c6cfd4f4918c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,9 +43,9 @@ jobs: - name: Setup cache id: cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: - path: ~/.ccache + path: ~/.cache/ccache/ key: ${{ runner.os }}-ccache restore-keys: | ${{ runner.os }}-ccache