From 6af44a5ddf8c40343fa73c2d17cb7226f986293d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 03:01:48 +0000 Subject: [PATCH] ci: bump codecov/codecov-action from 4 to 6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 00a33518..bb133531 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -44,7 +44,7 @@ jobs: CONNECT_API_URL: http://test.local - name: Upload to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: files: lcov.info flags: rust @@ -77,7 +77,7 @@ jobs: run: pnpm test:coverage - name: Upload to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: files: apps/frontend/coverage/lcov.info flags: typescript