Skip to content

Commit 6c4cd02

Browse files
chore(deps): update codecov/codecov-action action to v5 (#316)
1 parent 6f5b049 commit 6c4cd02

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)