We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08a6ed commit 294289eCopy full SHA for 294289e
.github/workflows/workflow.yml
@@ -5,8 +5,8 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v4
8
- - uses: matlab-actions/setup-matlab@v1
9
- - uses: matlab-actions/run-tests@v1
+ - uses: matlab-actions/setup-matlab@v2
+ - uses: matlab-actions/run-tests@v2
10
with:
11
source-folder: source
12
code-coverage-cobertura: coverage.xml
0 commit comments