From 00c0410ed7fad20379fd4b88a4a09874c0af96b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 22:15:15 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests_emulator.yml | 2 +- .github/workflows/tests_unit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_emulator.yml b/.github/workflows/tests_emulator.yml index 7c87d58c0796..4586f749fe31 100644 --- a/.github/workflows/tests_emulator.yml +++ b/.github/workflows/tests_emulator.yml @@ -191,6 +191,6 @@ jobs: name: ${{ matrix.api-level }}-${{ matrix.arch }}-${{matrix.target}}-${{matrix.first-boot-delay}}-${{matrix.iteration}}-adb_logs path: adb-log.txt.gz - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: verbose: true diff --git a/.github/workflows/tests_unit.yml b/.github/workflows/tests_unit.yml index d23a135f7dfe..138a951096e3 100644 --- a/.github/workflows/tests_unit.yml +++ b/.github/workflows/tests_unit.yml @@ -117,6 +117,6 @@ jobs: with: arguments: --stop - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: verbose: true