Skip to content

Commit 534769a

Browse files
build: Bump codecov/codecov-action from 1 to 3 (#91)
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/main/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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10e9043 commit 534769a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: coverage run setup.py test
3838

3939
- name: Upload Coverage to Codecov
40-
uses: codecov/codecov-action@v1
40+
uses: codecov/codecov-action@v3
4141

4242

4343
unit-tests-future-versions:
@@ -72,4 +72,4 @@ jobs:
7272
continue-on-error: true
7373

7474
- name: Upload Coverage to Codecov
75-
uses: codecov/codecov-action@v1
75+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)