diff --git a/.github/workflows/on_PR_windows_matrix.yml b/.github/workflows/on_PR_windows_matrix.yml index 878e80a838..fe46911758 100644 --- a/.github/workflows/on_PR_windows_matrix.yml +++ b/.github/workflows/on_PR_windows_matrix.yml @@ -38,7 +38,7 @@ jobs: arch: ${{matrix.platform}} - name: Restore Conan cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{github.workspace}}/conanCache key: ${{runner.os}}-${{matrix.platform}}-${{matrix.build_type}}-Shared${{matrix.shared_libraries}}-${{ hashFiles('conanfile.py') }} diff --git a/.github/workflows/on_push_BasicWinLinMac.yml b/.github/workflows/on_push_BasicWinLinMac.yml index 360175d13d..64fe3419b5 100644 --- a/.github/workflows/on_push_BasicWinLinMac.yml +++ b/.github/workflows/on_push_BasicWinLinMac.yml @@ -28,7 +28,7 @@ jobs: arch: x64 - name: Restore conan cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{github.workspace}}/conanCache key: ${{runner.os}}-push-win-${{ hashFiles('conanfile.py') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3de0ba1d5b..2c966c161f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,7 +106,7 @@ jobs: choco install graphviz - name: Restore conan cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{github.workspace}}/conanCache key: ${{runner.os}}-release-win-${{ hashFiles('conanfile.py') }}