Skip to content

Commit d5528c7

Browse files
Update codecov/codecov-action action to v5.1.0
1 parent b096a7e commit d5528c7

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

0 commit comments

Comments
 (0)