From 09f1300afcf0e7dc7990b24dba156671d1eeacb2 Mon Sep 17 00:00:00 2001 From: TheTank20 <57580668+thepwrtank18@users.noreply.github.com> Date: Sun, 13 Apr 2025 17:47:43 -0400 Subject: [PATCH 1/6] Update windows.yml --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 510dae2..6ad25d8 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -91,7 +91,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 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 2/6] 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 From cd050c65d6eff920d31cd8dcefd82d51b3cc59e9 Mon Sep 17 00:00:00 2001 From: TheTank20 <57580668+thepwrtank18@users.noreply.github.com> Date: Sun, 13 Apr 2025 17:49:44 -0400 Subject: [PATCH 3/6] Update macos.yml --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 74a3d68..35301f4 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -35,7 +35,7 @@ jobs: - arch: x86_64 steps: - name: Checkout Source Tree - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure and build UMSKT run: | @@ -54,7 +54,7 @@ jobs: ./umskt - name: Upload build artifact - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.6.2 with: name: UMSKT-macOS-${{ matrix.arch }} path: build/actions_upload From 034c00a5b8577cba961e757d654d2db3df88829a Mon Sep 17 00:00:00 2001 From: TheTank20 <57580668+thepwrtank18@users.noreply.github.com> Date: Sun, 13 Apr 2025 17:50:02 -0400 Subject: [PATCH 4/6] Update linux.yml --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a2c790b..4a8590f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -37,7 +37,7 @@ jobs: - arch: aarch64 steps: - name: Checkout Source Tree - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup latest Alpine Linux for ${{ matrix.arch }} uses: jirutka/setup-alpine@v1 @@ -67,7 +67,7 @@ jobs: mv build/umskt build/actions_upload/umskt - name: Upload build artifact - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.6.2 with: name: UMSKT-linux-${{ matrix.arch }}-static path: build/actions_upload From da10583fdf8402d163bca3529a0bb24c7b7ff23e Mon Sep 17 00:00:00 2001 From: TheTank20 <57580668+thepwrtank18@users.noreply.github.com> Date: Sun, 13 Apr 2025 17:50:14 -0400 Subject: [PATCH 5/6] Update freebsd.yml --- .github/workflows/freebsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 7030535..1b48355 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -35,7 +35,7 @@ runs-on: ubuntu-latest name: build-x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build & Test in FreeBSD id: test @@ -59,7 +59,7 @@ mv build/umskt build/actions_upload/umskt - name: Upload build artifact - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.6.2 with: name: UMSKT-FreeBSD path: build/actions_upload From 1ca5114b21fee1f04814afc54c7ac100569df1a7 Mon Sep 17 00:00:00 2001 From: TheTank20 <57580668+thepwrtank18@users.noreply.github.com> Date: Sun, 13 Apr 2025 17:50:24 -0400 Subject: [PATCH 6/6] Update dos-djgpp.yml --- .github/workflows/dos-djgpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dos-djgpp.yml b/.github/workflows/dos-djgpp.yml index d28d938..4a6d7a6 100644 --- a/.github/workflows/dos-djgpp.yml +++ b/.github/workflows/dos-djgpp.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Source Tree - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup build environment run: | @@ -81,7 +81,7 @@ jobs: mv build/umskt.exe build/actions_upload/ - name: Upload build artifact - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.6.2 with: name: UMSKT-DOS path: build/actions_upload