From b5003adfea83e77c81b4d1721ad2fe31ec9ad42d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 05:45:50 +0000 Subject: [PATCH] build(deps): Bump codecov/codecov-action from 3 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5. - [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...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/branch_test_coverage.yml | 2 +- .github/workflows/pull_request_packages_deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branch_test_coverage.yml b/.github/workflows/branch_test_coverage.yml index b90fa01442..f19a5ddd3f 100644 --- a/.github/workflows/branch_test_coverage.yml +++ b/.github/workflows/branch_test_coverage.yml @@ -53,7 +53,7 @@ jobs: name: test-output - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests diff --git a/.github/workflows/pull_request_packages_deploy.yml b/.github/workflows/pull_request_packages_deploy.yml index e57d468510..8695d0c02f 100644 --- a/.github/workflows/pull_request_packages_deploy.yml +++ b/.github/workflows/pull_request_packages_deploy.yml @@ -42,7 +42,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ steps.artifact.outputs.found_artifact == 'true' }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests