From 61a36a9395873fd0682bc1ff589cbd4142a17588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 23:08:35 +0000 Subject: [PATCH] Bump codecov/codecov-action from 1.1.1 to 3.1.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.1.1 to 3.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/1fc7722ded4708880a5aea49f2bfafb9336f0c8d...d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/unit_tests.yml | 2 +- .github/workflows/unit_tests_pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index a5f5fc168e5..6c7c552c095 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -55,7 +55,7 @@ jobs: python -m coverage xml -i if: always() - - uses: codecov/codecov-action@1fc7722ded4708880a5aea49f2bfafb9336f0c8d + - uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 with: name: ${{ matrix.python-version }}-${{ matrix.os }} if: always() diff --git a/.github/workflows/unit_tests_pr.yml b/.github/workflows/unit_tests_pr.yml index 418480ea445..5713467e645 100644 --- a/.github/workflows/unit_tests_pr.yml +++ b/.github/workflows/unit_tests_pr.yml @@ -51,7 +51,7 @@ jobs: python -m coverage xml -i if: always() - - uses: codecov/codecov-action@1fc7722ded4708880a5aea49f2bfafb9336f0c8d + - uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 with: name: ${{ matrix.python-version }}-${{ matrix.os }} if: always()