Skip to content

Commit b10c028

Browse files
authored
Merge pull request #596 from TobyAndToby/renovate/codecov-codecov-action-5.x
Update codecov/codecov-action action to v5.4.0
2 parents fdd09a9 + d441c62 commit b10c028

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

0 commit comments

Comments
 (0)