Skip to content

Commit 875a634

Browse files
authored
Merge pull request #408 from TobyAndToby/renovate/codecov-codecov-action-4.x
Update codecov/codecov-action action to v4.4.1
2 parents 4b55209 + c55f4a1 commit 875a634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/src-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: npx nx run-many --target test -- --ci --coverage
112112

113113
- name: Codecov
114-
uses: codecov/[email protected].0
114+
uses: codecov/[email protected].1
115115
with:
116116
token: ${{ secrets.CODECOV_TOKEN }}
117117
directory: ${{ env.CWD }}/coverage

0 commit comments

Comments
 (0)