Skip to content

Commit 4af2b8c

Browse files
authored
Merge pull request #25 from cpp-lln-lab/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents e49335e + 7a09da9 commit 4af2b8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/matlab_test_and_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
6363
# no coverage on windows as long as MOcov does not support it
6464
# see https://github.com/MOcov/MOcov/issues/28
65-
uses: codecov/codecov-action@v4
65+
uses: codecov/codecov-action@v5
6666
with:
6767
file: coverage.xml # optional
6868
flags: ${{ matrix.os }}_matlab-${{ matrix.version }}

.github/workflows/octave_test_and_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cover_xml_file: coverage.xml
2727

2828
- name: Code coverage
29-
uses: codecov/codecov-action@v4
29+
uses: codecov/codecov-action@v5
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
3232
file: coverage.xml # optional

0 commit comments

Comments
 (0)