Skip to content

Commit 0129fc6

Browse files
authored
Merge pull request #11 from cpp-lln-lab/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 1 to 5
2 parents 4278c1a + 9f37e10 commit 0129fc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/moxunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cover_xml_file: coverage.xml
2929

3030
- name: Code coverage
31-
uses: codecov/codecov-action@v1
31+
uses: codecov/codecov-action@v5
3232
with:
3333
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
3434
file: coverage.xml # optional

0 commit comments

Comments
 (0)