From 209bbc44b8a1b6042955a3b65315396ddde4a0a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 23:03:24 +0000 Subject: [PATCH] deps: update codecov/codecov-action action to v4.2.0 Signed-off-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 783d430cf9..5e2470b61d 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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0 with: flags: ${{ matrix.config.name }} token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/component-test.yml b/.github/workflows/component-test.yml index fdb9a418a3..08156ca7f8 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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0 with: flags: component-tests token: ${{ secrets.CODECOV_TOKEN }}