From 847bbc48f5a5327ea0e5c65d896f1b154e915e29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 15:46:32 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4.0.1 to 4.6.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.6.0. - [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/v4.0.1...v4.6.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dcc91fc..3747111 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -169,7 +169,7 @@ jobs: echo '### The cwd should now have a coverage.xml' ls -altr pwd - - uses: codecov/codecov-action@v4.0.1 + - uses: codecov/codecov-action@v4.6.0 name: Codecov Upload env: HAVE_CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN != '' }} @@ -177,7 +177,7 @@ jobs: with: file: ./coverage.xml token: ${{ secrets.CODECOV_TOKEN }} - - uses: codecov/codecov-action@v4.0.1 + - uses: codecov/codecov-action@v4.6.0 name: Codecov Upload with: file: ./coverage.xml @@ -404,7 +404,7 @@ jobs: echo '### The cwd should now have a coverage.xml' ls -altr pwd - - uses: codecov/codecov-action@v4.0.1 + - uses: codecov/codecov-action@v4.6.0 name: Codecov Upload with: file: ./coverage.xml