Skip to content

Commit b08a6ed

Browse files
committed
update versions
1 parent f772988 commit b08a6ed

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: 2.1
22
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
55
jobs:
66
build:
77
machine:
8-
image: ubuntu-2004:202201-02
8+
image: ubuntu-2204:current
99
steps:
1010
- checkout
1111
- matlab/install

.github/workflows/workflow.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
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
1010
with:
1111
source-folder: source
1212
code-coverage-cobertura: coverage.xml
13-
- uses: codecov/codecov-action@v1
13+
- uses: codecov/codecov-action@v4
1414
with:
15-
file: coverage.xml
15+
file: coverage.xml

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Each of these pipeline definitions does four things:
2626
pool:
2727
vmImage: ubuntu-latest
2828
steps:
29-
- task: InstallMATLAB@0
30-
- task: RunMATLABTests@0
29+
- task: InstallMATLAB@1
30+
- task: RunMATLABTests@1
3131
inputs:
3232
sourceFolder: source
3333
codeCoverageCobertura: coverage.xml
@@ -39,12 +39,12 @@ steps:
3939
```yml
4040
version: 2.1
4141
orbs:
42-
matlab: mathworks/matlab@0
43-
codecov: codecov/codecov@1
42+
matlab: mathworks/matlab@1
43+
codecov: codecov/codecov@4
4444
jobs:
4545
build:
4646
machine:
47-
image: ubuntu-2004:202104-01
47+
image: ubuntu-2204:current
4848
steps:
4949
- checkout
5050
- matlab/install
@@ -64,13 +64,13 @@ jobs:
6464
build:
6565
runs-on: ubuntu-latest
6666
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
7070
with:
7171
source-folder: source
7272
code-coverage-cobertura: coverage.xml
73-
- uses: codecov/codecov-action@v1
73+
- uses: codecov/codecov-action@v4
7474
with:
7575
file: coverage.xml
7676
```

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pool:
22
vmImage: ubuntu-latest
33
steps:
4-
- task: InstallMATLAB@0
5-
- task: RunMATLABTests@0
4+
- task: InstallMATLAB@1
5+
- task: RunMATLABTests@1
66
inputs:
77
sourceFolder: source
88
codeCoverageCobertura: coverage.xml

0 commit comments

Comments
 (0)