Skip to content

Commit

Permalink
Update to GitHub Actions v3
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Apr 25, 2022
1 parent 381c8e1 commit 93ac54e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
env:
JOB_TYPE: BUILD
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
repository: acidanthera/MacKernelSDK
path: MacKernelSDK
Expand All @@ -33,7 +33,7 @@ jobs:
- run: xcodebuild -jobs 1 -configuration Release

- name: Upload to Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Artifacts
path: build/*/*.zip
Expand All @@ -52,8 +52,8 @@ jobs:
env:
JOB_TYPE: ANALYZE
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
repository: acidanthera/MacKernelSDK
path: MacKernelSDK
Expand All @@ -74,8 +74,8 @@ jobs:
JOB_TYPE: COVERITY
if: github.repository_owner == 'acidanthera' && github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
repository: acidanthera/MacKernelSDK
path: MacKernelSDK
Expand Down

0 comments on commit 93ac54e

Please sign in to comment.