Skip to content

Commit a53f20f

Browse files
Bump codecov/codecov-action from 3 to 4 (#1194)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7be5c0 commit a53f20f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/run_tests_cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
coverage xml
5656
5757
- name: Code coverage
58-
uses: codecov/codecov-action@v3
58+
uses: codecov/codecov-action@v4
5959
with:
6060
file: coverage.xml
6161
flags: cli

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149

150150
- name: Code coverage matlab
151151
if: matrix.test_type == 'unit'
152-
uses: codecov/codecov-action@v3
152+
uses: codecov/codecov-action@v4
153153
with:
154154
file: coverage.xml
155155
flags: ${{ matrix.os }}_matlab-${{ matrix.matlab }}_${{ matrix.mode }}

.github/workflows/tests_octave.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
147147
- name: Code coverage
148148
if: matrix.test_type == 'unit'
149-
uses: codecov/codecov-action@v3
149+
uses: codecov/codecov-action@v4
150150
with:
151151
file: coverage.xml
152152
flags: octave

.github/workflows/tests_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Code coverage matlab
130130
if: matrix.test_type == 'unit'
131-
uses: codecov/codecov-action@v3
131+
uses: codecov/codecov-action@v4
132132
with:
133133
file: coverage.xml
134134
flags: ${{ matrix.os }}_matlab-${{ matrix.matlab }}_${{ matrix.mode }}

0 commit comments

Comments
 (0)