Skip to content

Commit 5102c50

Browse files
authored
Merge pull request #1 from DevComputaria/dependabot/github_actions/codecov/codecov-action-5
ci(deps): Bump codecov/codecov-action from 4 to 5
2 parents 1ab2b0f + 95fbf56 commit 5102c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
-reporttypes:"Html;Cobertura;TextSummary"
5050
5151
- name: Upload coverage reports to Codecov
52-
uses: codecov/codecov-action@v4
52+
uses: codecov/codecov-action@v5
5353
with:
5454
files: ./coverage/**/coverage.cobertura.xml
5555
fail_ci_if_error: false

0 commit comments

Comments
 (0)