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