Skip to content

Commit 8d16d51

Browse files
Bump codecov/codecov-action from 3.1.1 to 4.5.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 4.5.0. - [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.1.1...v4.5.0) --- 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 dbd2d66 commit 8d16d51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
poetry run coverage report -m
3737
poetry run coverage xml
3838
- name: Codecov
39-
uses: codecov/codecov-action@v3.1.1
39+
uses: codecov/codecov-action@v4.5.0
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242
env_vars: OS,PYTHON

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
poetry run coverage report -m
4141
poetry run coverage xml
4242
- name: Codecov
43-
uses: codecov/codecov-action@v3.1.1
43+
uses: codecov/codecov-action@v4.5.0
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
env_vars: OS,PYTHON

0 commit comments

Comments
 (0)