From bba0555f4a9b6122304f6c50f87e36ffc3b91b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 16:18:04 +0200 Subject: [PATCH] Bump codecov/codecov-action from 2.0.1 to 2.0.2 (#266) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.1 to 2.0.2. - [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.0.1...v2.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5004618..99fd9910 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,14 +106,14 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == 3.8 - uses: codecov/codecov-action@v2.0.1 + uses: codecov/codecov-action@v2.0.2 with: flags: aiida file: ./coverage.xml - name: Upload coverage to Codecov if: matrix.python-version == 3.8 - uses: codecov/codecov-action@v2.0.1 + uses: codecov/codecov-action@v2.0.2 with: flags: mongo file: ./mongo_cov.xml