Skip to content

Commit b2ec848

Browse files
authored
Merge pull request #434 from nanotaboada/dependabot/github_actions/codecov/codecov-action-6.0.0
chore(deps): Bump codecov/codecov-action from 5.5.3 to 6.0.0
2 parents 74cfd0f + 46fd15e commit b2ec848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
name: cobertura.xml
101101

102102
- name: Upload Cobertura coverage report to Codecov
103-
uses: codecov/codecov-action@v5.5.3
103+
uses: codecov/codecov-action@v6.0.0
104104
with:
105105
token: ${{ secrets.CODECOV_TOKEN }}
106106
files: cobertura.xml

0 commit comments

Comments
 (0)