diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 712b5a61..fc6faa8f 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -51,7 +51,7 @@ jobs: New-Item -ItemType Directory -Force -Path "$env:GITHUB_WORKSPACE\.github\.environment\vcpkg\downloads" | Out-Null - name: Cache vcpkg (archives, downloads, installed) - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ env.VCPKG_DEFAULT_BINARY_CACHE }}