File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2727 # Invoke-WebRequest -Uri https://uploader.codecov.io/latest/windows/codecov.exe -Outfile .\target\codecov.exe
2828 # .\target\codecov.exe -f target\test\Debug\coverage.msvc.cobertura -t ${{secrets.CODECOV_TOKEN}}
2929 # - name: Upload artifacts
30- # uses: actions/upload-artifact@v3.1.1
30+ # uses: actions/upload-artifact@v4
3131 # with:
3232 # name: coverage
3333 # path: |
5252 Invoke-WebRequest -Uri https://uploader.codecov.io/latest/windows/codecov.exe -Outfile .\target\codecov.exe
5353 .\target\codecov.exe -f target\test\coverage.windows.clang.lcov.info -t ${{secrets.CODECOV_TOKEN}}
5454 - name : Upload artifacts
55- uses : actions/upload-artifact@v3.1.1
55+ uses : actions/upload-artifact@v4
5656 with :
5757 name : coverage
5858 path : |
8080 chmod +x codecov
8181 ./codecov -f target/test/coverage.linux.clang.lcov.info -t ${{secrets.CODECOV_TOKEN}}
8282 - name : Upload artifacts
83- uses : actions/upload-artifact@v3.1.1
83+ uses : actions/upload-artifact@v4
8484 with :
8585 name : coverage
8686 path : |
@@ -108,7 +108,7 @@ jobs:
108108 chmod +x codecov
109109 ./codecov -f target/test/coverage.linux.gcc.lcov.info -t ${{secrets.CODECOV_TOKEN}}
110110 - name : Upload artifacts
111- uses : actions/upload-artifact@v3.1.1
111+ uses : actions/upload-artifact@v4
112112 with :
113113 name : coverage
114114 path : |
Original file line number Diff line number Diff line change 3434 cp -R target/src/*.a release -i
3535 cp -R interface/core release/core -i
3636 - name : Upload artifacts
37- uses : actions/upload-artifact@v3.1.1
37+ uses : actions/upload-artifact@v4
3838 with :
3939 name : Ubuntu_clang_14_x86_64
4040 path : release/**
Original file line number Diff line number Diff line change 3434 cp -R target/src/*.a release -i
3535 cp -R interface/core release/core -i
3636 - name : Upload artifacts
37- uses : actions/upload-artifact@v3.1.1
37+ uses : actions/upload-artifact@v4
3838 with :
3939 name : Ubuntu_gcc_12_x86_64
4040 path : release/**
Original file line number Diff line number Diff line change 3333 xcopy target\src\Release release\ /s /y
3434 xcopy interface\core release\core\ /s /y
3535 - name : Upload artifacts
36- uses : actions/upload-artifact@v3.1.1
36+ uses : actions/upload-artifact@v4
3737 with :
3838 name : windows_clang_cl_2022_x64
3939 path : release\**
Original file line number Diff line number Diff line change 3535 cp -R target/src/*.a release
3636 cp -R interface/core release/core
3737 - name : Upload artifacts
38- uses : actions/upload-artifact@v3.1.1
38+ uses : actions/upload-artifact@v4
3939 with :
4040 name : windows_mingw_64
4141 path : release\**
Original file line number Diff line number Diff line change 3333 xcopy target\src\Release release\ /s /y
3434 xcopy interface\core release\core\ /s /y
3535 - name : Upload artifacts
36- uses : actions/upload-artifact@v3.1.1
36+ uses : actions/upload-artifact@v4
3737 with :
3838 name : windows_msvc_2022_x64
3939 path : release\**
Original file line number Diff line number Diff line change 3737 xcopy target\src\libcore.a release\ /s /y
3838 xcopy interface\core release\core\ /s /y
3939 - name : Upload artifacts
40- uses : actions/upload-artifact@v3.1.1
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : windows_webassembly
4343 path : release\**
You can’t perform that action at this time.
0 commit comments