Skip to content

Commit 7638d55

Browse files
Bump codecov/codecov-action from 4.5.0 to 5.3.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 5.3.1. - [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.5.0...v5.3.1) --- 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 c5bf7da commit 7638d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
uvx nox --session=coverage -- xml -i
168168
169169
- name: Upload coverage report
170-
uses: codecov/codecov-action@v4.5.0
170+
uses: codecov/codecov-action@v5.3.1
171171
env:
172172
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
173173
file: ./coverage.xml

0 commit comments

Comments
 (0)