Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Commit 74f08c1

Browse files
chore(deps): update codecov/codecov-action action to v4.0.2
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v4.0.1 | v4.0.2 |
1 parent 6eb3b97 commit 74f08c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: dotnet test --no-build
4444

4545
- name: Codecov
46-
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
46+
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
4747
with:
4848
files: '**/TestResults/*/*.cobertura.xml'
4949
fail_ci_if_error: true

0 commit comments

Comments
 (0)