diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index c478e5640..c3b2007c7 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -45,7 +45,7 @@ jobs: - name: Try to restore libraries from the cache if: github.event_name != 'release' - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 id: library-cache with: key: Conan VS${{ env.VisualStudioVersion }} ${{ env.BUILD_TYPE }} ${{ hashFiles(env.CONAN_FILE) }} @@ -60,7 +60,7 @@ jobs: - name: Save libraries to the cache if: steps.library-cache.outputs.cache-hit != 'true' && github.event_name != 'release' - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: key: ${{ steps.library-cache.outputs.cache-primary-key }} path: ${{ env.CONAN_HOME }}\p