File tree 4 files changed +19
-19
lines changed
4 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
orbs :
3
- matlab : mathworks/matlab@0.1.4
4
- codecov : codecov/codecov@1.1.1
3
+ matlab : mathworks/matlab@1
4
+ codecov : codecov/codecov@4
5
5
jobs :
6
6
build :
7
7
machine :
8
- image : ubuntu-2004:202201-02
8
+ image : ubuntu-2204:current
9
9
steps :
10
10
- checkout
11
11
- matlab/install
Original file line number Diff line number Diff line change 4
4
build :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v2
8
- - uses : matlab-actions/setup-matlab@v0
9
- - uses : matlab-actions/run-tests@v0
7
+ - uses : actions/checkout@v4
8
+ - uses : matlab-actions/setup-matlab@v1
9
+ - uses : matlab-actions/run-tests@v1
10
10
with :
11
11
source-folder : source
12
12
code-coverage-cobertura : coverage.xml
13
- - uses : codecov/codecov-action@v1
13
+ - uses : codecov/codecov-action@v4
14
14
with :
15
- file : coverage.xml
15
+ file : coverage.xml
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ Each of these pipeline definitions does four things:
26
26
pool :
27
27
vmImage : ubuntu-latest
28
28
steps :
29
- - task : InstallMATLAB@0
30
- - task : RunMATLABTests@0
29
+ - task : InstallMATLAB@1
30
+ - task : RunMATLABTests@1
31
31
inputs :
32
32
sourceFolder : source
33
33
codeCoverageCobertura : coverage.xml
@@ -39,12 +39,12 @@ steps:
39
39
` ` ` yml
40
40
version : 2.1
41
41
orbs :
42
- matlab : mathworks/matlab@0
43
- codecov : codecov/codecov@1
42
+ matlab : mathworks/matlab@1
43
+ codecov : codecov/codecov@4
44
44
jobs :
45
45
build :
46
46
machine :
47
- image : ubuntu-2004:202104-01
47
+ image : ubuntu-2204:current
48
48
steps :
49
49
- checkout
50
50
- matlab/install
@@ -64,13 +64,13 @@ jobs:
64
64
build :
65
65
runs-on : ubuntu-latest
66
66
steps :
67
- - uses : actions/checkout@v2
68
- - uses : matlab-actions/setup-matlab@v1
69
- - uses : matlab-actions/run-tests@v1
67
+ - uses : actions/checkout@v4
68
+ - uses : matlab-actions/setup-matlab@v2
69
+ - uses : matlab-actions/run-tests@v2
70
70
with :
71
71
source-folder : source
72
72
code-coverage-cobertura : coverage.xml
73
- - uses : codecov/codecov-action@v1
73
+ - uses : codecov/codecov-action@v4
74
74
with :
75
75
file : coverage.xml
76
76
` ` `
Original file line number Diff line number Diff line change 1
1
pool :
2
2
vmImage : ubuntu-latest
3
3
steps :
4
- - task : InstallMATLAB@0
5
- - task : RunMATLABTests@0
4
+ - task : InstallMATLAB@1
5
+ - task : RunMATLABTests@1
6
6
inputs :
7
7
sourceFolder : source
8
8
codeCoverageCobertura : coverage.xml
You can’t perform that action at this time.
0 commit comments