From 48b09e7a84f37ccdafcc3ec0b03664b347a1d479 Mon Sep 17 00:00:00 2001 From: Alessandro Autiero Date: Sat, 8 Mar 2025 13:02:58 +0100 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index fea1b08..dd08b8c 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -32,7 +32,7 @@ jobs: run: msbuild ${{env.SOLUTION_FILE_PATH}} /t:Clean,Build /p:Configuration=Release - name: Upload Artifact without ABOVE_S20 - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Reboot path: ${{env.SOLUTION_FILE_PATH}}/x64/Release @@ -44,7 +44,7 @@ jobs: run: msbuild ${{env.SOLUTION_FILE_PATH}} /p:AboveS20=TRUE /t:Clean,Build /p:Configuration=Release - name: Upload Artifact with ABOVE_S20 - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: RebootS20 path: ${{env.SOLUTION_FILE_PATH}}/x64/Release