Skip to content

Commit b7a0ec3

Browse files
authored
Merge pull request #140 from nanotaboada/dependabot/github_actions/codecov/codecov-action-5
chore(deps): bump codecov/codecov-action from 4 to 5
2 parents 70c60ec + 57bcb3c commit b7a0ec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
name: jacoco.xml
5858
- name: Upload JaCoCo coverage report to Codecov
59-
uses: codecov/codecov-action@v4
59+
uses: codecov/codecov-action@v5
6060
with:
6161
token: ${{ secrets.CODECOV_TOKEN }}
6262
files: jacoco.xml

0 commit comments

Comments
 (0)