We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a06a111 + 7336abe commit ea5c68cCopy full SHA for ea5c68c
1 file changed
.github/workflows/dotnet.yml
@@ -86,7 +86,7 @@ jobs:
86
87
- name: Upload Cobertura coverage report to ${{ matrix.service }}
88
if: ${{ matrix.service == 'codecov' }}
89
- uses: codecov/codecov-action@v5.4.0
+ uses: codecov/codecov-action@v5.4.2
90
with:
91
token: ${{ secrets.CODECOV_TOKEN }}
92
files: cobertura.xml
0 commit comments