Skip to content

Commit 935e03d

Browse files
Bump codecov/codecov-action from 5.1.2 to 5.3.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.2 to 5.3.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.1.2...v5.3.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 81f993d commit 935e03d

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
@@ -113,6 +113,6 @@ jobs:
113113
uv run nox --force-color --session=coverage -- xml
114114
115115
- name: Upload coverage report
116-
uses: codecov/codecov-action@v5.1.2
116+
uses: codecov/codecov-action@v5.3.0
117117
with:
118118
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)