From ffca12ac652dd1b16d2ebb91ec3a1acd608c9454 Mon Sep 17 00:00:00 2001 From: Avery Black Date: Sat, 12 Oct 2024 22:43:03 -0700 Subject: [PATCH] Update CI Actions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff20105..4e5d0de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,8 @@ jobs: env: JOB_TYPE: BUILD steps: - - uses: actions/checkout@v2 - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 + - uses: actions/checkout@v4 with: repository: acidanthera/MacKernelSDK path: MacKernelSDK @@ -33,13 +33,13 @@ jobs: - run: xcodebuild -jobs 1 -configuration Release - name: Upload to Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Artifacts path: build/*/*.zip - name: Upload to Release if: github.event_name == 'release' - uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d + uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: build/*/*.zip