Skip to content

Commit 2a688b6

Browse files
Bump codecov/codecov-action from 3.1.4 to 5.3.1 (#243) [skip ci]
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 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@eaaf4be...13ce06b) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 42841de commit 2a688b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
run: mvn --show-version --batch-mode --no-transfer-progress test jacoco:report-aggregate
5454

5555
- name: Upload coverage to Codecov
56-
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
56+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
5757
with:
5858
files: ./docs-archive/target/site/jacoco-aggregate/jacoco.xml

0 commit comments

Comments
 (0)