File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 17
17
env :
18
18
JOB_TYPE : BUILD
19
19
steps :
20
- - uses : actions/checkout@v2
21
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
repository : acidanthera/MacKernelSDK
24
24
path : MacKernelSDK
@@ -33,10 +33,11 @@ jobs:
33
33
- run : xcodebuild -jobs 1 -configuration Release
34
34
35
35
- name : Upload to Artifacts
36
- uses : actions/upload-artifact@v2
36
+ uses : actions/upload-artifact@v4
37
37
with :
38
38
name : Artifacts
39
39
path : build/*/*.zip
40
+ overwrite : true
40
41
- name : Upload to Release
41
42
if : github.event_name == 'release'
42
43
uses : svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
52
53
env :
53
54
JOB_TYPE : ANALYZE
54
55
steps :
55
- - uses : actions/checkout@v2
56
- - uses : actions/checkout@v2
56
+ - uses : actions/checkout@v4
57
+ - uses : actions/checkout@v4
57
58
with :
58
59
repository : acidanthera/MacKernelSDK
59
60
path : MacKernelSDK
74
75
JOB_TYPE : COVERITY
75
76
if : github.repository_owner == 'notjosh' && github.event_name != 'pull_request'
76
77
steps :
77
- - uses : actions/checkout@v2
78
- - uses : actions/checkout@v2
78
+ - uses : actions/checkout@v4
79
+ - uses : actions/checkout@v4
79
80
with :
80
81
repository : acidanthera/MacKernelSDK
81
82
path : MacKernelSDK
You can’t perform that action at this time.
0 commit comments