From 2a72ae82ce20798cabc629731493347348323ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:59:23 +0000 Subject: [PATCH] chore(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 7da6b62f3cb2..38148efaa640 100644 --- a/.github/workflows/tests_emulator.yml +++ b/.github/workflows/tests_emulator.yml @@ -180,6 +180,6 @@ jobs: name: ${{ matrix.api-level }}-${{ matrix.arch }}-${{matrix.target}}-${{matrix.first-boot-delay}}-${{matrix.iteration}}-adb_video path: video.webm - - 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 291faa5d897a..23d303879f7e 100644 --- a/.github/workflows/tests_unit.yml +++ b/.github/workflows/tests_unit.yml @@ -91,6 +91,6 @@ jobs: with: arguments: --stop - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: verbose: true