Skip to content

Commit 23be4e2

Browse files
authored
Merge pull request #190 from cpp-lln-lab/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 1 to 3
2 parents 311b018 + ff4403a commit 23be4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with_coverage: true
2424
cover_xml_file: coverage.xml
2525
- name: Code coverage
26-
uses: codecov/codecov-action@v1
26+
uses: codecov/codecov-action@v3
2727
with:
2828
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
2929
file: coverage.xml # optional

0 commit comments

Comments
 (0)