Skip to content

Commit 192ffe7

Browse files
Update codecov/codecov-action action to v5.0.2 (#286)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71c24aa commit 192ffe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: npx nx run-many --target test -- --ci --coverage
9999

100100
- name: Codecov
101-
uses: codecov/codecov-action@v5.0.0
101+
uses: codecov/codecov-action@v5.0.2
102102
with:
103103
token: ${{ secrets.CODECOV_TOKEN }}
104104
directory: coverage

0 commit comments

Comments
 (0)