From fdc5f0f5cc7cd4c508e6f3fd48d451ef2587574f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 11:13:04 +0530 Subject: [PATCH] build(deps): bump codecov/codecov-action from 5 to 6 (#38344) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 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/v5...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/server-tests.yml | 2 +- .github/workflows/ui-tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index ab2ebb0f45..b35427d7f7 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -74,7 +74,7 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v8.0.1 - name: Upload coverage data - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: name: Server token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 6aa8572243..c533f36b7e 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -59,7 +59,7 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v8.0.1 - name: Upload python coverage data - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: name: UIBackend token: ${{ secrets.CODECOV_TOKEN }} @@ -68,7 +68,7 @@ jobs: exclude: coverage-js* flags: server-ui - name: Upload JS coverage data - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: name: Cypress token: ${{ secrets.CODECOV_TOKEN }}