From ba7b4a919b5107fcbb09cfe8ee1d1cb8aeedea39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 12:58:07 +0200 Subject: [PATCH] deps: update codecov/codecov-action action to v4.3.1 (#3498) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/CI.yaml | 2 +- .github/workflows/component-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index aa156e33ab..2cc740cc6c 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -106,7 +106,7 @@ jobs: run: make unit-test - name: Report code coverage - uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 + uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1 with: flags: ${{ matrix.config.name }} token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/component-test.yml b/.github/workflows/component-test.yml index f285d73361..c929e017db 100644 --- a/.github/workflows/component-test.yml +++ b/.github/workflows/component-test.yml @@ -34,7 +34,7 @@ jobs: run: make component-test - name: Report code coverage - uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 + uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1 with: flags: component-tests token: ${{ secrets.CODECOV_TOKEN }}