Skip to content

Commit 8ee3071

Browse files
Update codecov/codecov-action action to v5.4.2
1 parent c7dff34 commit 8ee3071

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

0 commit comments

Comments
 (0)