From 4f5fb2b70b37affadf5f9b34a62211c109e18349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:25:37 +0100 Subject: [PATCH] chore(deps): [WPB-9777] bump codecov/codecov-action from 3.1.6 to 5.3.1 (#3840) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oussama Hassine --- .github/workflows/gradle-run-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-run-unit-tests.yml b/.github/workflows/gradle-run-unit-tests.yml index f71a2064e2c..2d84628a2aa 100644 --- a/.github/workflows/gradle-run-unit-tests.yml +++ b/.github/workflows/gradle-run-unit-tests.yml @@ -78,7 +78,7 @@ jobs: merge-multiple: true - name: Upload code coverage to codecov - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 with: token: ${{ secrets.CODECOV_TOKEN }} files: "app/build/reports/kover/report.xml"