From 83dc7d731fa086c96d6c5e5bf35d1ab8518f44fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:17:13 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4.5.0 to 5.0.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 5.0.2. - [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.5.0...v5.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cf577cb39..9bd9ce719 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -336,7 +336,7 @@ jobs: path: . - name: Upload als test coverage data [1/4] - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v5.0.2 with: name: als files: ./*/coverage/als/lcov.info @@ -346,7 +346,7 @@ jobs: use_oidc: true # cspell:ignore oidc - name: Upload unit test coverage data [2/4] - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v5.0.2 with: name: unit files: ./*/coverage/unit/lcov.info @@ -356,7 +356,7 @@ jobs: use_oidc: true # cspell:ignore oidc - name: Upload ui test coverage data [3/4] - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v5.0.2 with: name: unit files: ./*/coverage/ui/lcov.info @@ -366,7 +366,7 @@ jobs: use_oidc: true # cspell:ignore oidc - name: Upload e2e test coverage data [4/4] - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v5.0.2 with: name: e2e files: ./*/coverage/e2e/lcov.info