From ba27794f659fee4ada9ad897afd26ca65d143aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:45:47 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#1567) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0. - [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...v4.6.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 5e6bcfa46..ceb413380 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -350,7 +350,7 @@ jobs: path: . - name: Upload als test coverage data [1/4] - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: name: als files: ./*/coverage/als/lcov.info @@ -360,7 +360,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@v4.6.0 with: name: unit files: ./*/coverage/unit/lcov.info @@ -370,7 +370,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@v4.6.0 with: name: unit files: ./*/coverage/ui/lcov.info @@ -380,7 +380,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@v4.6.0 with: name: e2e files: ./*/coverage/e2e/lcov.info