Skip to content

Commit c1d1780

Browse files
authored
Merge pull request #136 from cpp-lln-lab/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents abf24cb + d879e98 commit c1d1780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/moxunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cover_xml_file: coverage.xml
3232

3333
- name: Code coverage
34-
uses: codecov/codecov-action@v3
34+
uses: codecov/codecov-action@v4
3535
with:
3636
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
3737
file: coverage.xml # optional

0 commit comments

Comments
 (0)