Skip to content

Commit 75b8e50

Browse files
Bump codecov/codecov-action in the github-actions group (#148)
Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 5.3.1 to 5.4.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@v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 134282d commit 75b8e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
tox -e py
3636
- name: Upload coverage reports to Codecov
37-
uses: codecov/codecov-action@v5.3.1
37+
uses: codecov/codecov-action@v5.4.0
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}
4040
fail_ci_if_error: true

0 commit comments

Comments
 (0)