From 630a6d2d88894282dd085615e32765922d5eaff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:55:21 +0000 Subject: [PATCH] Bump codecov/codecov-action from 2.0.2 to 3.1.4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 3.1.4. - [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/v2.0.2...v3.1.4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8239500b..3c4f8a44 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -77,7 +77,7 @@ jobs: --cov-report xml \ --durations=10 --durations-min=1.0 - name: 🚦 Run Codecov - uses: codecov/codecov-action@v2.0.2 + uses: codecov/codecov-action@v3.1.4 with: file: ./coverage.xml env_vars: OS,PYTHON