Skip to content

Commit 7a09da9

Browse files
Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e49335e commit 7a09da9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/matlab_test_and_coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
6363
# no coverage on windows as long as MOcov does not support it
6464
# see https://github.com/MOcov/MOcov/issues/28
65-
uses: codecov/codecov-action@v4
65+
uses: codecov/codecov-action@v5
6666
with:
6767
file: coverage.xml # optional
6868
flags: ${{ matrix.os }}_matlab-${{ matrix.version }}

.github/workflows/octave_test_and_coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cover_xml_file: coverage.xml
2727

2828
- name: Code coverage
29-
uses: codecov/codecov-action@v4
29+
uses: codecov/codecov-action@v5
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
3232
file: coverage.xml # optional

0 commit comments

Comments
 (0)