File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
24
24
- name : Setup CMake & Ninja
25
25
uses : lukka/get-cmake@latest
38
38
run : script/test_cmake.bat ${{ matrix.preset }} release
39
39
40
40
- name : Test Report
41
- uses : dorny/test-reporter@v1
41
+ uses : dorny/test-reporter@v2
42
42
if : success() || failure()
43
43
with :
44
44
name : ${{ matrix.os }} Tests
68
68
69
69
steps :
70
70
- name : Checkout
71
- uses : actions/checkout@v3
71
+ uses : actions/checkout@v4
72
72
73
73
- name : Build and Test Debug
74
74
run : >-
88
88
ls -la reports/*
89
89
90
90
- name : Test Report
91
- uses : dorny/test-reporter@v1
91
+ uses : dorny/test-reporter@v2
92
92
if : success() || failure()
93
93
with :
94
94
name : ${{ matrix.image }} Tests
Original file line number Diff line number Diff line change 17
17
uses : ilammy/msvc-dev-cmd@v1
18
18
19
19
- name : Checkout source
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Create conan package
23
23
run : |
57
57
58
58
steps :
59
59
- name : Checkout source
60
- uses : actions/checkout@v3
60
+ uses : actions/checkout@v4
61
61
62
62
- name : Build Dockerfile
63
63
if : ${{ matrix.dockerfile != '' }}
Original file line number Diff line number Diff line change 21
21
- image : arbmind/qbs-gcc:2.1.2-13
22
22
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
26
26
- name : Get Googletest
27
27
run : third_party/git_clone_googletest.sh
37
37
-p autotest-runner
38
38
39
39
- name : Test Report
40
- uses : dorny/test-reporter@v1
40
+ uses : dorny/test-reporter@v2
41
41
if : success() || failure()
42
42
with :
43
43
name : ${{ matrix.image }} Tests
69
69
run : |
70
70
qbs setup-toolchains --type msvc $(cmd /c '"${{ matrix.vcvars }}" >nul & where cl') msvc
71
71
72
- - uses : actions/checkout@v3
72
+ - uses : actions/checkout@v4
73
73
74
74
- name : Get Googletest
75
75
run : third_party/git_clone_googletest.sh
84
84
-p autotest-runner
85
85
86
86
- name : Test Report
87
- uses : dorny/test-reporter@v1
87
+ uses : dorny/test-reporter@v2
88
88
if : success() || failure()
89
89
with :
90
90
name : ${{ matrix.os }} Tests
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
21
21
- name : Build and Analyze
22
22
run : >-
You can’t perform that action at this time.
0 commit comments