Skip to content

Commit

Permalink
Update GitHub actions from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kprinssu committed Nov 5, 2024
1 parent 4505756 commit 9033618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/objective-c-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: download mackernelsdk
run: git clone https://github.com/acidanthera/MacKernelSDK
Expand All @@ -28,7 +28,7 @@ jobs:
run: xcodebuild -workspace "VoodooI2C.xcworkspace" -scheme "VoodooI2C" -derivedDataPath build clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO

- name: Upload to Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/Build/Products/Release

0 comments on commit 9033618

Please sign in to comment.