Skip to content

Commit 367bd6d

Browse files
Bump codecov/codecov-action from 5.0.7 to 5.1.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.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@v5.0.7...v5.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 24b7c54 commit 367bd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- run: ./gradlew jacocoTestReport
4848
- name: Upload coverage report
49-
uses: codecov/codecov-action@v5.0.7
49+
uses: codecov/codecov-action@v5.1.1
5050
with:
5151
files: jacoco*.xml,*Jacoco*.xml
5252

0 commit comments

Comments
 (0)