From e354819c3b2f6c1264609cbd03dfeed6efaae5ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:29:30 +0000 Subject: [PATCH] Bump codecov/codecov-action from 5.1.1 to 5.1.2 (#1737) 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 639095139..986bef116 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -352,7 +352,7 @@ jobs: path: . - name: Upload als test coverage data [1/4] - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: name: als files: ./*/coverage/als/lcov.info @@ -362,7 +362,7 @@ jobs: use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }} # cspell:ignore oidc - name: Upload unit test coverage data [2/4] - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: name: unit files: ./*/coverage/unit/lcov.info @@ -372,7 +372,7 @@ jobs: use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }} # cspell:ignore oidc - name: Upload ui test coverage data [3/4] - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: name: ui files: ./*/coverage/ui/lcov.info @@ -382,7 +382,7 @@ jobs: use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }} # cspell:ignore oidc - name: Upload e2e test coverage data [4/4] - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: name: e2e files: ./*/coverage/e2e/lcov.info