From 02434e935da783f72c28273fbafed3f5ff67b979 Mon Sep 17 00:00:00 2001 From: TheTank20 <57580668+thepwrtank18@users.noreply.github.com> Date: Sun, 13 Apr 2025 17:49:00 -0400 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 6ad25d8..482dee5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -108,7 +108,7 @@ jobs: run: msbuild ALL_BUILD.vcxproj /P:Configuration=Release - name: Upload build artifact - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.6.2 with: name: UMSKT-Win32 path: build/Release @@ -176,7 +176,7 @@ jobs: Start-Process -FilePath $installerPath -ArgumentList $installerArgs -Wait -PassThru - name: Checkout Source Tree - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup MSBuild uses: microsoft/setup-msbuild@v1 @@ -192,7 +192,7 @@ jobs: run: msbuild ALL_BUILD.vcxproj /P:Configuration=Release - name: Upload build artifact - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.6.2 with: name: UMSKT-Win64 path: build/Release