diff --git a/.github/workflows/publish-nym-wallet-win11.yml b/.github/workflows/publish-nym-wallet-win11.yml index 1a2e1315e2..dc692cda36 100644 --- a/.github/workflows/publish-nym-wallet-win11.yml +++ b/.github/workflows/publish-nym-wallet-win11.yml @@ -38,7 +38,7 @@ jobs: toolchain: ${{ vars.REQUIRED_RUSTC_VERSION }} - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 # No cache:yarn here: setup-node needs yarn on PATH to populate the cache, but this runner # only gets yarn from the step below.