Skip to content

Commit 0d3899a

Browse files
build(deps): bump the actions group with 1 update
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf86e74 commit 0d3899a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
if: always()
9292
run: tox -e coverage
9393

94-
- uses: codecov/codecov-action@v3
94+
- uses: codecov/codecov-action@v4
9595
if: always()
9696
env:
9797
PYTHON: ${{ matrix.python }}

0 commit comments

Comments
 (0)