From 401c4095535af3460dfc4a7e9a82c456e343c8ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:01:09 +0000 Subject: [PATCH] chore(deps): [WPB-9777] bump codecov/codecov-action from 3.1.6 to 5.1.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.6 to 5.1.1. - [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/ab904c41d6ece82784817410c45d8b8c02684457...7f8b4b4bde536c465e797be725718b88c5d95e0e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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..e2b82967459 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@7f8b4b4bde536c465e797be725718b88c5d95e0e with: token: ${{ secrets.CODECOV_TOKEN }} files: "app/build/reports/kover/report.xml"