Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 65d680c

Browse files
authoredDec 6, 2024··
chore(deps): update codecov/codecov-action action to v5
1 parent 70f847b commit 65d680c

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
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run Test
3737
run: dotnet test --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
3838

39-
- uses: codecov/codecov-action@v4.6.0
39+
- uses: codecov/codecov-action@v5.1.1
4040
with:
4141
name: Code Coverage for ${{ matrix.os }}
4242
fail_ci_if_error: true

0 commit comments

Comments
 (0)
Please sign in to comment.