Skip to content

Commit

Permalink
Merge pull request #1235 from uhafner/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-5.0.2

Bump codecov/codecov-action from 4.6.0 to 5.0.2
  • Loading branch information
uhafner authored Nov 17, 2024
2 parents 1910a30 + b397fd3 commit 83b9897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Generate coverage with JaCoCo
run: mvn -V --color always -ntp clean verify -Pci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.2
with:
file: 'target/site/jacoco/jacoco.xml'
disable_search: true
Expand Down

0 comments on commit 83b9897

Please sign in to comment.