diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7b848ae..39fffc2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: dotnet-version: 8.0.x - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.3 + uses: microsoft/setup-msbuild@v2 - name: Build run: msbuild src -p:Configuration=Release -restore -m - name: Upload assets diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ff6c6eb..d853db11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: with: dotnet-version: 8.0.x - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.3 + uses: microsoft/setup-msbuild@v2 - name: Build run: msbuild src -p:Configuration=Release -restore -m - name: Setup Advanced Installer