Skip to content

Commit ffbfe14

Browse files
chore(deps): bump codecov/codecov-action from 4 to 5
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] <support@github.com>
1 parent af8bc10 commit ffbfe14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: scripts/integration_test
2525
# https://github.com/marketplace/actions/codecov
2626
- run: ./mvnw -V --no-transfer-progress -P gen-code-cov clean package
27-
- uses: codecov/codecov-action@v4
27+
- uses: codecov/codecov-action@v5
2828
env:
2929
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3030
# https://remarkablemark.org/blog/2017/10/12/check-git-dirty/

0 commit comments

Comments
 (0)