From 60f59cae623cfa48e8a53cec410db62b87ec361e Mon Sep 17 00:00:00 2001 From: James Ring Date: Sun, 10 Oct 2021 07:37:20 -0700 Subject: [PATCH] Move to codecov v2 action (v1 is deprecated) (#151) --- .github/workflows/cobertura.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cobertura.yaml b/.github/workflows/cobertura.yaml index 97be8b2b..3d570d08 100644 --- a/.github/workflows/cobertura.yaml +++ b/.github/workflows/cobertura.yaml @@ -17,10 +17,10 @@ jobs: uses: eskatos/gradle-command-action@v1 with: arguments: cobertura - wrapper-cache-enabled: true + distributions-cache-enabled: true dependencies-cache-enabled: true configuration-cache-enabled: true - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v2 with: files: build/reports/cobertura/coverage.xml fail_ci_if_error: false