Skip to content

Commit 8debba2

Browse files
build: Bump codecov/codecov-action from 3 to 4 (#122)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8bc5d79 commit 8debba2

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
@@ -41,7 +41,7 @@ jobs:
4141
run: coverage run setup.py test
4242

4343
- name: Upload Coverage to Codecov
44-
uses: codecov/codecov-action@v3
44+
uses: codecov/codecov-action@v4
4545

4646

4747
unit-tests-future-versions:
@@ -76,4 +76,4 @@ jobs:
7676
continue-on-error: true
7777

7878
- name: Upload Coverage to Codecov
79-
uses: codecov/codecov-action@v3
79+
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)