Skip to content

Commit 34164f1

Browse files
authored
Merge pull request #198 from sir-gon/renovate/codecov-codecov-action-5.x
Update codecov/codecov-action action to v5.4.2
2 parents 4a483a7 + bcd17b0 commit 34164f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Test
3636
run: dotnet test --no-build --verbosity normal
3737
- name: Upload coverage reports to Codecov
38-
uses: codecov/codecov-action@v5.4.0
38+
uses: codecov/codecov-action@v5.4.2
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)