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] 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