Skip to content

Commit 25f5da4

Browse files
chore(devdeps): update codecov/codecov-action action to v5.5.0 (#2759)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: philibeaux <[email protected]>
1 parent ee16f6d commit 25f5da4

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
@@ -53,7 +53,7 @@ jobs:
5353
- run: pnpm install
5454
- run: pnpm run build
5555
- run: pnpm run test:coverage
56-
- uses: codecov/codecov-action@v5.4.3
56+
- uses: codecov/codecov-action@v5.5.0
5757
with:
5858
files: packages/**/coverage/cobertura-coverage.xml
5959
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)