Skip to content

Commit a5619cb

Browse files
authored
Merge pull request #406 from TobyAndToby/renovate/codecov-codecov-action-4.x
Update codecov/codecov-action action to v4.4.0
2 parents 74a57ad + c2c93a5 commit a5619cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/src-ci.yml

+1-1
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/codecov-action@v4.3.1
114+
uses: codecov/codecov-action@v4.4.0
115115
with:
116116
token: ${{ secrets.CODECOV_TOKEN }}
117117
directory: ${{ env.CWD }}/coverage

0 commit comments

Comments
 (0)