Skip to content

Commit 8e8a8d6

Browse files
Bump codecov/codecov-action from 3 to 4 (#180)
* Bump codecov/codecov-action from 3 to 4 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]> * Update .github/workflows/python-package.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tomer Nosrati <[email protected]>
1 parent 45a9eb7 commit 8e8a8d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ jobs:
6767
tox --verbose --verbose -e "${{ matrix.python-version }}-unit"
6868
6969
- name: Upload coverage reports to Codecov
70-
uses: codecov/codecov-action@v3
70+
uses: codecov/codecov-action@v4
7171
with:
7272
fail_ci_if_error: true # optional (default = false)
73+
token: ${{ secrets.CODECOV_TOKEN }}
7374
verbose: true # optional (default = false)
7475

7576
Integration:

0 commit comments

Comments
 (0)