File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
- name : ' Build'
16
16
run : ' cmake --build build --config Release'
17
17
- name : ' Publish Library'
18
- uses : ' actions/upload-artifact@v3 '
18
+ uses : ' actions/upload-artifact@v4 '
19
19
with :
20
20
name : ' Linux x86-64 Shared Object'
21
21
path : ' build/libzenkitcapi*'
33
33
- name : ' Build'
34
34
run : ' cmake --build build --config Release'
35
35
- name : ' Publish Library'
36
- uses : ' actions/upload-artifact@v3 '
36
+ uses : ' actions/upload-artifact@v4 '
37
37
with :
38
38
name : ' ARM x64 Shared Object'
39
39
path : ' build/libzenkitcapi*'
52
52
- name : ' Build'
53
53
run : ' cmake --build build --config Release'
54
54
- name : ' Publish Library'
55
- uses : ' actions/upload-artifact@v3 '
55
+ uses : ' actions/upload-artifact@v4 '
56
56
with :
57
57
name : ' MacOS x86-64 DyLib'
58
58
path : ' build/libzenkitcapi*'
85
85
- name : ' Rename Artifact'
86
86
run : ' mv build/libzenkitcapi.dll build/zenkitcapi.dll'
87
87
- name : ' Publish Library'
88
- uses : ' actions/upload-artifact@v3 '
88
+ uses : ' actions/upload-artifact@v4 '
89
89
with :
90
90
name : ' Windows x86-64 DLL'
91
91
path : ' build/zenkitcapi.dll'
You can’t perform that action at this time.
0 commit comments