Skip to content

Commit ff4403a

Browse files
Bump codecov/codecov-action from 1 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 311b018 commit ff4403a

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)