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 1f9f5573d12d0967fe14551018a4b25610226551.
- [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...1f9f557)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent e6af9b9 commit 36f7ac0
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@1f9f5573d12d0967fe14551018a4b25610226551 # v4.0.0
with:
file: ./target/site/jacoco/jacoco.xml

0 comments on commit 36f7ac0

Please sign in to comment.