diff --git a/.github/workflows/run_tests_matlab.yml b/.github/workflows/run_tests_matlab.yml index d363fa4..a0e8a2c 100644 --- a/.github/workflows/run_tests_matlab.yml +++ b/.github/workflows/run_tests_matlab.yml @@ -56,7 +56,7 @@ jobs: command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab; - name: Code coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: file: coverage.xml flags: ${{ matrix.os }}_matlab-${{ matrix.version }} diff --git a/.github/workflows/run_tests_octave.yml b/.github/workflows/run_tests_octave.yml index 69830a4..9cb9e13 100644 --- a/.github/workflows/run_tests_octave.yml +++ b/.github/workflows/run_tests_octave.yml @@ -43,7 +43,7 @@ jobs: cover_xml_file: coverage.xml - name: Code coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: file: coverage.xml flags: ubuntu-latest_octave