From 9af17455f0786068348ebe95110cbb351b89f29d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:13:26 +0000 Subject: [PATCH] Bump codecov/codecov-action from 5 to 7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 4 ++-- .github/workflows/tests_octave.yml | 2 +- .github/workflows/tests_windows.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d9511146..851e1263 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -118,7 +118,7 @@ jobs: command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab; - name: Code coverage matlab - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: file: coverage.xml flags: ${{ matrix.os }}_matlab-${{ matrix.matlab }}_fast @@ -213,7 +213,7 @@ jobs: command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); global SLOW; SLOW=true; run tests_matlab; - name: Code coverage matlab - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: file: coverage.xml flags: ${{ matrix.os }}_matlab-${{ matrix.matlab }}_slow diff --git a/.github/workflows/tests_octave.yml b/.github/workflows/tests_octave.yml index 02542140..cad769e5 100644 --- a/.github/workflows/tests_octave.yml +++ b/.github/workflows/tests_octave.yml @@ -159,7 +159,7 @@ jobs: - name: Code coverage if: matrix.test_type == 'unit' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: file: coverage.xml flags: octave diff --git a/.github/workflows/tests_windows.yml b/.github/workflows/tests_windows.yml index 47e0207a..8565e9bb 100644 --- a/.github/workflows/tests_windows.yml +++ b/.github/workflows/tests_windows.yml @@ -125,7 +125,7 @@ jobs: - name: Code coverage matlab if: matrix.test_type == 'unit' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: file: coverage.xml flags: ${{ matrix.os }}_matlab-${{ matrix.matlab }}_${{ matrix.mode }}