From b804b5fc6132bdd4b569c36e8bf621519bb7593b Mon Sep 17 00:00:00 2001 From: NipunaMadhushan Date: Thu, 25 Apr 2024 10:46:26 +0530 Subject: [PATCH] Update codecov action version --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 071f238..4642996 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -23,7 +23,7 @@ jobs: ./gradlew clean build --stacktrace --scan --console=plain --no-daemon ./gradlew codeCoverageReport --console=plain --no-daemon - name: Upload Coverage Report - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: fail_ci_if_error: true