From ee3f0a2f233a7186051e5a0db3776464d23e3efa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 08:52:29 +0000 Subject: [PATCH] :arrow_up: Bump codecov/codecov-action from 3.1.5 to 3.1.6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.5 to 3.1.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/v3.1.5...v3.1.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/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 28ab657..b2c7f20 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -67,5 +67,5 @@ jobs: run: | make test - name: Code Coverage - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v3.1.6 if: ${{ success() }}