Merge pull request #389 from apache/dependabot/github_actions/codecov/codecov-action-4.0.1
Bump codecov/codecov-action from 3.1.5 to 4.0.1
This commit is contained in:
commit
0236e84574
|
@ -47,6 +47,6 @@ jobs:
|
|||
run: mvn --show-version --batch-mode --no-transfer-progress test jacoco:report
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
|
||||
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
|
||||
with:
|
||||
files: ./target/site/jacoco/jacoco.xml
|
||||
|
|
Loading…
Reference in New Issue