From 2d7b636c8328fc4fc5e1d4ec9fec0166cb5ae28a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:35:00 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 ab7180afc1..e1c88b0124 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -297,7 +297,7 @@ jobs: uses: actions/download-artifact@v4.1.8 - name: Upload coverage data - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: Server token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 328f3d3b8e..7ff383618c 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -215,7 +215,7 @@ jobs: uses: actions/download-artifact@v4.1.8 - name: Upload python coverage data - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: UIBackend token: ${{ secrets.CODECOV_TOKEN }} @@ -225,7 +225,7 @@ jobs: flags: server-ui - name: Upload JS coverage data - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: Cypress token: ${{ secrets.CODECOV_TOKEN }}