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