File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
chmod +x build.sh
27
27
$GITHUB_WORKSPACE//build.sh --verbosity=diagnostic --target=CI --testExecutionType=all
28
28
- name : Upload Ubuntu build results
29
- uses : actions/upload-artifact@v3
29
+ uses : actions/upload-artifact@v4
30
30
# Always upload build results
31
31
if : ${{ always() }}
32
32
with :
52
52
shell : powershell
53
53
run : ./build.ps1 --verbosity=diagnostic --target=CI --testExecutionType=all --shouldRunOpenCover=false
54
54
- name : Upload Windows build results
55
- uses : actions/upload-artifact@v3
55
+ uses : actions/upload-artifact@v4
56
56
# Always upload build results
57
57
if : ${{ always() }}
58
58
with :
91
91
chmod +x build.sh
92
92
$GITHUB_WORKSPACE//build.sh --verbosity=diagnostic --target=CI --testExecutionType=all
93
93
- name : Upload MacOS build results
94
- uses : actions/upload-artifact@v3
94
+ uses : actions/upload-artifact@v4
95
95
# Always upload build results
96
96
if : ${{ always() }}
97
97
with :
Original file line number Diff line number Diff line change 26
26
chmod +x build.sh
27
27
$GITHUB_WORKSPACE//build.sh --verbosity=diagnostic --target=test --testExecutionType=all
28
28
- name : Upload Ubuntu build results
29
- uses : actions/upload-artifact@v3
29
+ uses : actions/upload-artifact@v4
30
30
# Always upload build results
31
31
if : ${{ always() }}
32
32
with :
50
50
- name : Test with NUnit on .Net Framework
51
51
run : .\build.bat --verbosity=diagnostic --target=test --testExecutionType=all --shouldRunOpenCover=false
52
52
- name : Upload Windows build results
53
- uses : actions/upload-artifact@v3
53
+ uses : actions/upload-artifact@v4
54
54
# Always upload build results
55
55
if : ${{ always() }}
56
56
with :
78
78
chmod +x build.sh
79
79
$GITHUB_WORKSPACE//build.sh --verbosity=diagnostic --target=test --testExecutionType=all
80
80
- name : Upload MacOS build results
81
- uses : actions/upload-artifact@v3
81
+ uses : actions/upload-artifact@v4
82
82
# Always upload build results
83
83
if : ${{ always() }}
84
84
with :
You can’t perform that action at this time.
0 commit comments