Skip to content

Commit

Permalink
Merge pull request #1905 from jenkinsci/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5.1.1

Bump codecov/codecov-action from 5.0.7 to 5.1.1
  • Loading branch information
uhafner authored Dec 6, 2024
2 parents b74d86b + 2b66a2e commit 80978f7
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 @@ -33,7 +33,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@v5.0.7
uses: codecov/codecov-action@v5.1.1
with:
file: 'plugin/target/site/jacoco/jacoco.xml'
disable_search: true
Expand Down

0 comments on commit 80978f7

Please sign in to comment.