From ac8a5394122f1d4bbe07f0b232eec71c18a1189f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 05:31:53 +0000 Subject: [PATCH] Bump codecov/codecov-action from 2 to 3 (#44) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 14c7059a..9c882403 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -105,7 +105,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == 3.9 && github.repository == 'EMMC-ASBL/oteapi-dlite' - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: files: coverage.xml flags: linux @@ -140,7 +140,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == 3.9 && github.repository == 'EMMC-ASBL/oteapi-dlite' - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: files: coverage.xml flags: windows