Skip to content

Commit 3b95c4f

Browse files
authored
Merge pull request #256 from cpp-lln-lab/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 19f086c + f4b0481 commit 3b95c4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_tests_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
5454

5555
- name: Code coverage
56-
uses: codecov/codecov-action@v3
56+
uses: codecov/codecov-action@v4
5757
with:
5858
file: coverage.xml
5959
flags: ${{ matrix.os }}_matlab-${{ matrix.version }}

.github/workflows/run_tests_octave.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cover_xml_file: coverage.xml
4343

4444
- name: Code coverage
45-
uses: codecov/codecov-action@v3
45+
uses: codecov/codecov-action@v4
4646
with:
4747
file: coverage.xml
4848
flags: octave

0 commit comments

Comments
 (0)