Skip to content

Commit a3a8a45

Browse files
authored
Merge pull request #108 from cpp-lln-lab/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 5dfeebf + f657595 commit a3a8a45

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
@@ -29,7 +29,7 @@ jobs:
2929
cover_xml_file: coverage.xml
3030

3131
- name: Code coverage
32-
uses: codecov/codecov-action@v4
32+
uses: codecov/codecov-action@v5
3333
with:
3434
file: coverage.xml # optional
3535
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)