Skip to content

Commit

Permalink
Bump codecov/codecov-action
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from a7b945cea47ad44d8340fae2b004cb982191264f to 4ea9be0fa3b51aaaf28171c3ebd384138e1fbd8b.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@a7b945c...4ea9be0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 22, 2024
1 parent e8831f6 commit 14f501d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Build
run: mvn -Pjacoco clean verify --batch-mode --show-version
- name: Upload coverage to Codecov
uses: codecov/codecov-action@a7b945cea47ad44d8340fae2b004cb982191264f # v4.0.0
uses: codecov/codecov-action@4ea9be0fa3b51aaaf28171c3ebd384138e1fbd8b # v4.0.0
with:
file: ./target/site/jacoco/jacoco.xml

0 comments on commit 14f501d

Please sign in to comment.