Skip to content

Commit

Permalink
Merge pull request #579 from jenkinsci/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-5.3.1

Bump codecov/codecov-action from 5.1.2 to 5.3.1
  • Loading branch information
uhafner authored Feb 14, 2025
2 parents cbd1eeb + 5e78ffb commit 5dc75cd
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.1.2
uses: codecov/codecov-action@v5.3.1
with:
file: 'target/site/jacoco/jacoco.xml'
disable_search: true
Expand Down

0 comments on commit 5dc75cd

Please sign in to comment.