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 1515 - name : ' Build'
1616 run : ' cmake --build build --config Release'
1717 - name : ' Publish Library'
18- uses : ' actions/upload-artifact@v3 '
18+ uses : ' actions/upload-artifact@v4 '
1919 with :
2020 name : ' Linux x86-64 Shared Object'
2121 path : ' build/libzenkitcapi*'
3333 - name : ' Build'
3434 run : ' cmake --build build --config Release'
3535 - name : ' Publish Library'
36- uses : ' actions/upload-artifact@v3 '
36+ uses : ' actions/upload-artifact@v4 '
3737 with :
3838 name : ' ARM x64 Shared Object'
3939 path : ' build/libzenkitcapi*'
5252 - name : ' Build'
5353 run : ' cmake --build build --config Release'
5454 - name : ' Publish Library'
55- uses : ' actions/upload-artifact@v3 '
55+ uses : ' actions/upload-artifact@v4 '
5656 with :
5757 name : ' MacOS x86-64 DyLib'
5858 path : ' build/libzenkitcapi*'
8585 - name : ' Rename Artifact'
8686 run : ' mv build/libzenkitcapi.dll build/zenkitcapi.dll'
8787 - name : ' Publish Library'
88- uses : ' actions/upload-artifact@v3 '
88+ uses : ' actions/upload-artifact@v4 '
8989 with :
9090 name : ' Windows x86-64 DLL'
9191 path : ' build/zenkitcapi.dll'
You can’t perform that action at this time.
0 commit comments