Skip to content

Commit 0093f1e

Browse files
Bump codecov/codecov-action from 4 to 5 (#1329)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4af5149 commit 0093f1e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
114114

115115
- name: Code coverage matlab
116-
uses: codecov/codecov-action@v4
116+
uses: codecov/codecov-action@v5
117117
with:
118118
file: coverage.xml
119119
flags: ${{ matrix.os }}_matlab-${{ matrix.matlab }}_fast
@@ -203,7 +203,7 @@ jobs:
203203
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); global SLOW; SLOW=true; run tests_matlab;
204204

205205
- name: Code coverage matlab
206-
uses: codecov/codecov-action@v4
206+
uses: codecov/codecov-action@v5
207207
with:
208208
file: coverage.xml
209209
flags: ${{ matrix.os }}_matlab-${{ matrix.matlab }}_slow

.github/workflows/tests_octave.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
155155
- name: Code coverage
156156
if: matrix.test_type == 'unit'
157-
uses: codecov/codecov-action@v4
157+
uses: codecov/codecov-action@v5
158158
with:
159159
file: coverage.xml
160160
flags: octave

.github/workflows/tests_windows.yml

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

126126
- name: Code coverage matlab
127127
if: matrix.test_type == 'unit'
128-
uses: codecov/codecov-action@v4
128+
uses: codecov/codecov-action@v5
129129
with:
130130
file: coverage.xml
131131
flags: ${{ matrix.os }}_matlab-${{ matrix.matlab }}_${{ matrix.mode }}

0 commit comments

Comments
 (0)