Skip to content

Commit a288ce5

Browse files
chore(deps): update codecov/codecov-action action to v4.4.1
1 parent 67a1a0a commit a288ce5

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

40-
- uses: codecov/codecov-action@v4.3.1
40+
- uses: codecov/codecov-action@v4.4.1
4141
with:
4242
name: Code Coverage for ${{ matrix.os }}
4343
fail_ci_if_error: true

0 commit comments

Comments
 (0)