Skip to content

Commit 1e6a3a6

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 052460e commit 1e6a3a6

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
@@ -37,7 +37,7 @@ jobs:
3737
cover_xml_file: coverage.xml
3838

3939
- name: Code coverage
40-
uses: codecov/codecov-action@v1
40+
uses: codecov/codecov-action@v3
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4343
file: coverage.xml # optional

0 commit comments

Comments
 (0)