From c372a6ad60f75cfb971c98b514d7d3f65e08bf62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:06:46 +0000 Subject: [PATCH] chore: (deps): bump codecov/codecov-action (#1208) Bumps the gha group with 1 update in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 5.0.0 to 5.0.2 - [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/968872560f81e7bdde9272853e65f2507c0eca7c...5c47607acb93fed5485fdbf7232e8a31425f672a) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 78ffada3..b89d4ff9 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -166,6 +166,6 @@ jobs: coverage xml --omit=*/_version.py - name: "upload coverage report" - uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c + uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a with: token: ${{ secrets.CODECOV_TOKEN }}