From 7640730653f42aab1f56feb65d65fb963ec38cbe Mon Sep 17 00:00:00 2001 From: William F Godoy Date: Mon, 6 Dec 2021 21:05:15 -0500 Subject: [PATCH] Bump codecov-action to v2 v1 to be deprecated --- .github/workflows/ci-github-actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-github-actions.yaml b/.github/workflows/ci-github-actions.yaml index 6538e08864..36b50aca66 100644 --- a/.github/workflows/ci-github-actions.yaml +++ b/.github/workflows/ci-github-actions.yaml @@ -89,9 +89,9 @@ jobs: - name: Upload Coverage if: contains(matrix.jobname, 'Gcov') && github.repository_owner == 'QMCPACK' - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: - file: ../qmcpack-build/coverage.xml + files: ../qmcpack-build/coverage.xml flags: tests-deterministic # optional name: codecov-QMCPACK # optional fail_ci_if_error: true # optional (default = false)