We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0569b84 commit 4513a28Copy full SHA for 4513a28
.github/workflows/run_tests_matlab.yml
@@ -59,7 +59,7 @@ jobs:
59
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
60
61
- name: Code coverage
62
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
63
with:
64
file: coverage.xml
65
flags: ${{ matrix.os }}_matlab-${{ matrix.version }}
0 commit comments