Skip to content

Commit c886a03

Browse files
authored
Merge pull request #628 from TobyAndToby/renovate/codecov-codecov-action-5.x
Update codecov/codecov-action action to v5.4.3
2 parents 66f635d + ce7370d commit c886a03

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

0 commit comments

Comments
 (0)