diff --git a/.github/workflows/bsc-tests-windows.yml b/.github/workflows/bsc-tests-windows.yml index d7986b31..df8dea75 100644 --- a/.github/workflows/bsc-tests-windows.yml +++ b/.github/workflows/bsc-tests-windows.yml @@ -31,7 +31,7 @@ jobs: Copy-Item -Path .\pkg\share -Destination c:\vcpkg\installed\x64-windows-custom -Recurse -Force cd ../../ - name: Setup MSBuild - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 with: msbuild-architecture: x64 - name: Build and run bsc_event test