Skip to content

Commit 7eba746

Browse files
chore(devdeps): update codecov/codecov-action action to v4.4.1 (#1994)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 79e2c7e commit 7eba746

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
@@ -52,7 +52,7 @@ jobs:
5252
- run: pnpm install
5353
- run: pnpm run build
5454
- run: pnpm run test:coverage
55-
- uses: codecov/[email protected].0
55+
- uses: codecov/[email protected].1
5656
with:
5757
files: packages/**/coverage/cobertura-coverage.xml
5858
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)