diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79b4ef22b..35e8e3c7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: run: pip install conan - name: Load Conan cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.conan2/p key: ${{ runner.os }}-conan-${{ hashFiles('src/**/conanfile.txt') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c43ac018..842b9e1e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: run: pip install conan - name: Load Conan cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.conan2/p key: ${{ runner.os }}-conan-${{ hashFiles('src/**/conanfile.txt') }}