From 713d6b62346bc066f880e15e81d61302e07cc4e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 21:06:58 +0000 Subject: [PATCH] Bump codecov/codecov-action from 1.5.2 to 3.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.2 to 3.1.0. - [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/v1.5.2...v3.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deps_lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deps_lint.yml b/.github/workflows/deps_lint.yml index 182445c5b..fcf3cc740 100644 --- a/.github/workflows/deps_lint.yml +++ b/.github/workflows/deps_lint.yml @@ -236,7 +236,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == 3.8 && github.repository == 'Materials-Consortia/optimade-python-tools' - uses: codecov/codecov-action@v1.5.2 + uses: codecov/codecov-action@v3.1.0 with: name: project file: ./coverage.xml @@ -244,7 +244,7 @@ jobs: - name: Upload validator coverage to Codecov if: matrix.python-version == 3.8 && github.repository == 'Materials-Consortia/optimade-python-tools' - uses: codecov/codecov-action@v1.5.2 + uses: codecov/codecov-action@v3.1.0 with: name: validator file: ./validator_cov.xml