Skip to content

Commit 47ed0a3

Browse files
chore(deps): update codecov/codecov-action action to v3.1.5
1 parent 249a0a8 commit 47ed0a3

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run Test
2828
run: dotnet test --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
2929

30-
- uses: codecov/[email protected].4
30+
- uses: codecov/[email protected].5
3131
with:
3232
env_vars: OS
3333
name: Code Coverage for ${{ matrix.os }}

0 commit comments

Comments
 (0)