Skip to content

Commit 1978af8

Browse files
chore(deps): bump codecov/codecov-action from 4 to 5 (tomplus#340)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- 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 6897114 commit 1978af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
isort -c --diff .
4848
4949
- name: Send coverage report
50-
uses: codecov/codecov-action@v4
50+
uses: codecov/codecov-action@v5
5151
if: matrix.python-version == 3.11
5252
with:
5353
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)