Skip to content

Commit 6cab2d5

Browse files
chore(deps): update codecov/codecov-action action to v3.1.4 (#125)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1d99726 commit 6cab2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run Test
3030
run: dotnet test --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
3131

32-
- uses: codecov/[email protected].3
32+
- uses: codecov/[email protected].4
3333
with:
3434
env_vars: OS
3535
name: Code Coverage for ${{ matrix.os }}

0 commit comments

Comments
 (0)