Skip to content

Commit

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

Bump codecov/codecov-action from 4.1.0 to 4.3.0
  • Loading branch information
larsgrefer authored Apr 16, 2024
2 parents 289c50a + 41bea0b commit f27e12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- run: ./gradlew jacocoTestReport
- name: Upload coverage report
uses: codecov/codecov-action@v4.1.0
uses: codecov/codecov-action@v4.3.0
with:
files: jacoco*.xml,*Jacoco*.xml

Expand Down

0 comments on commit f27e12d

Please sign in to comment.