17
17
env :
18
18
JOB_TYPE : BUILD
19
19
steps :
20
- - uses : actions/checkout@v3
21
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
repository : acidanthera/MacKernelSDK
24
24
path : MacKernelSDK
@@ -33,13 +33,13 @@ jobs:
33
33
- run : xcodebuild -jobs 1 -configuration Release
34
34
35
35
- name : Upload to Artifacts
36
- uses : actions/upload-artifact@v3
36
+ uses : actions/upload-artifact@v4
37
37
with :
38
38
name : Artifacts
39
39
path : build/*/*.zip
40
40
- name : Upload to Release
41
41
if : github.event_name == 'release'
42
- uses : svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
42
+ uses : svenstaro/upload-release-action@v2
43
43
with :
44
44
repo_token : ${{ secrets.GITHUB_TOKEN }}
45
45
file : build/*/*.zip
52
52
env :
53
53
JOB_TYPE : ANALYZE
54
54
steps :
55
- - uses : actions/checkout@v3
56
- - uses : actions/checkout@v3
55
+ - uses : actions/checkout@v4
56
+ - uses : actions/checkout@v4
57
57
with :
58
58
repository : acidanthera/MacKernelSDK
59
59
path : MacKernelSDK
74
74
JOB_TYPE : COVERITY
75
75
if : github.repository_owner == 'acidanthera' && github.event_name != 'pull_request'
76
76
steps :
77
- - uses : actions/checkout@v3
78
- - uses : actions/checkout@v3
77
+ - uses : actions/checkout@v4
78
+ - uses : actions/checkout@v4
79
79
with :
80
80
repository : acidanthera/MacKernelSDK
81
81
path : MacKernelSDK
0 commit comments