Skip to content

Commit 10bf48d

Browse files
authored
Merge pull request #120 from cpp-lln-lab/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 1 to 3
2 parents bba5b99 + 6a3fade commit 10bf48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/moxunit.yml

Lines changed: 1 addition & 1 deletion
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@v1
34+
uses: codecov/codecov-action@v3
3535
with:
3636
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
3737
file: coverage.xml # optional

0 commit comments

Comments
 (0)