Skip to content

Commit

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

Bump codecov/codecov-action from 5.1.1 to 5.1.2
  • Loading branch information
uhafner authored Dec 21, 2024
2 parents 154569e + 34c84a3 commit 4143cab
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/[email protected].1
uses: codecov/[email protected].2
with:
file: 'plugin/target/site/jacoco/jacoco.xml'
disable_search: true
Expand Down

0 comments on commit 4143cab

Please sign in to comment.