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 }}