Skip to content

Commit bfd69fb

Browse files
authored
Merge pull request #281 from nanotaboada/dependabot/github_actions/codecov/codecov-action-5.5.1
chore(deps): Bump codecov/codecov-action from 5.5.0 to 5.5.1
2 parents 132bab1 + 1ec888c commit bfd69fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: Upload Cobertura coverage report to ${{ matrix.service }}
9595
if: ${{ matrix.service == 'codecov' }}
96-
uses: codecov/codecov-action@v5.5.0
96+
uses: codecov/codecov-action@v5.5.1
9797
with:
9898
token: ${{ secrets.CODECOV_TOKEN }}
9999
files: cobertura.xml

0 commit comments

Comments
 (0)