Skip to content

Commit 1f5372c

Browse files
chore(devdeps): update codecov/codecov-action action to v5.5.4 (#6287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad274df commit 1f5372c

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
@@ -158,7 +158,7 @@ jobs:
158158
- run: |
159159
pnpm install --frozen-lockfile
160160
pnpm run test:unit:coverage --concurrency 1
161-
- uses: codecov/codecov-action@v5.5.3
161+
- uses: codecov/codecov-action@v5.5.4
162162
with:
163163
# files: packages/**/coverage/cobertura-coverage.xmls
164164
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)