We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf7126 commit b9887b8Copy full SHA for b9887b8
1 file changed
.github/workflows/main.yml
@@ -17,8 +17,8 @@ jobs:
17
env:
18
JOB_TYPE: BUILD
19
steps:
20
- - uses: actions/checkout@v2
21
+ - uses: actions/checkout@v4
22
with:
23
repository: acidanthera/MacKernelSDK
24
path: MacKernelSDK
@@ -30,13 +30,13 @@ jobs:
30
- run: xcodebuild -jobs 1 -configuration Release
31
32
- name: Upload to Artifacts
33
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
34
35
name: Artifacts
36
path: build/*/*.zip
37
- name: Upload to Release
38
if: github.event_name == 'release'
39
- uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
+ uses: svenstaro/upload-release-action@v2
40
41
repo_token: ${{ secrets.GITHUB_TOKEN }}
42
file: build/*/*.zip
0 commit comments