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 1818 - name : Build
1919 run : bash build-linux-arm.sh
2020 - name : Upload math result for job Linux
21- uses : actions/upload-artifact@v3
21+ uses : actions/upload-artifact@v4
2222 with :
2323 name : linux-arm-lib
2424 path : src/main/resources/linux-arm64/*
3434 - name : Build
3535 run : bash build-linux.sh
3636 - name : Upload math result for job Linux
37- uses : actions/upload-artifact@v3
37+ uses : actions/upload-artifact@v4
3838 with :
3939 name : linux-lib
4040 path : src/main/resources/linux-x86_64/*
5353 - name : Build
5454 run : bash build-windows.sh
5555 - name : Upload math result for job Windows
56- uses : actions/upload-artifact@v3
56+ uses : actions/upload-artifact@v4
5757 with :
5858 name : win-lib
5959 path : src/main/resources/windows-x86_64/*
7070 - name : Build
7171 run : bash build-mac.sh
7272 - name : Upload math result for job Mac
73- uses : actions/upload-artifact@v3
73+ uses : actions/upload-artifact@v4
7474 with :
7575 name : mac-lib
7676 path : src/main/resources/macosx-x86_64/*
You can’t perform that action at this time.
0 commit comments