From 925b778336c3ef10d8131dcc2772d50ac25c74f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:14:50 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 5.0.3 to 5.0.6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.3 to 5.0.6. - [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/v5.0.3...v5.0.6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 964d6832..8a3feb9d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,7 +56,7 @@ jobs: - name: Upload Coverage report to CodeCov continue-on-error: true - uses: codecov/codecov-action@v5.0.3 # https://github.com/codecov/codecov-action + uses: codecov/codecov-action@v5.0.6 # https://github.com/codecov/codecov-action with: file: /tmp/coverage.txt