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