Skip to content

Commit 877fd1f

Browse files
authored
Merge pull request #9 from sir-gon/renovate/codecov-codecov-action-4.x
Update codecov/codecov-action action to v4.3.1
2 parents 5405400 + 99c8a74 commit 877fd1f

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
@@ -27,6 +27,6 @@ jobs:
2727
- name: Test
2828
run: dotnet test --no-build --verbosity normal
2929
- name: Upload coverage reports to Codecov
30-
uses: codecov/codecov-action@v4.0.1
30+
uses: codecov/codecov-action@v4.3.1
3131
with:
3232
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)