Skip to content

Commit c983b7d

Browse files
build(deps): bump codecov/codecov-action from 2 to 3 (#1903)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 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@v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df70693 commit c983b7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
github.event_name != 'schedule' &&
6262
(matrix.python-version == '3.7' || matrix.python-version == '3.10') &&
6363
matrix.os == 'ubuntu-latest'
64-
uses: codecov/codecov-action@v2
64+
uses: codecov/codecov-action@v3
6565
with:
6666
files: ./coverage.xml
6767
flags: unittests-${{ matrix.python-version }}
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Report contrib coverage with Codecov
7474
if: github.event_name != 'schedule' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
75-
uses: codecov/codecov-action@v2
75+
uses: codecov/codecov-action@v3
7676
with:
7777
files: ./coverage.xml
7878
flags: contrib
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Report doctest coverage with Codecov
8585
if: github.event_name != 'schedule' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
86-
uses: codecov/codecov-action@v2
86+
uses: codecov/codecov-action@v3
8787
with:
8888
files: ./coverage.xml
8989
flags: doctest

0 commit comments

Comments
 (0)