diff --git a/.github/workflows/build_and test_on_vs2019.yml b/.github/workflows/build_and test_on_vs2019.yml index 7a27a41e6..2641b3635 100644 --- a/.github/workflows/build_and test_on_vs2019.yml +++ b/.github/workflows/build_and test_on_vs2019.yml @@ -20,11 +20,11 @@ jobs: - name: Copy vcpkg.json run: copy vcpkg_medium.json vcpkg.json - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.3.1 + uses: microsoft/setup-msbuild@v2 # Restore from cache the previously built ports. If cache-miss, download and build vcpkg (aka "bootstrap vcpkg"). - name: Restore from cache and install vcpkg # Download and build vcpkg, without installing any port. If content is cached already, it is a no-op. - uses: lukka/run-vcpkg@v11.1 + uses: lukka/run-vcpkg@v11.4 with: runVcpkgInstall: false vcpkgJsonGlob: '**/vcpkg.json' @@ -66,7 +66,7 @@ jobs: run: copy /Y build\Demos\Debug\*.exe dist shell: cmd - name: Upload distribution archive - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Libosmscout_Windows.zip path: dist @@ -81,7 +81,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Python 3.x for meson - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' - name: Install meson and ninja