From 9fcba9ee8de44d4fddaae78fed229c8d26614b0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 07:47:28 +0000 Subject: [PATCH] ci(deps): update codecov/codecov-action action to v4 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index b0cac63..33baf73 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -43,7 +43,7 @@ jobs: - name: Run quality assurance and test with coverage run: ./gradlew clean check - name: CodeCov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.5.0 with: directory: "build/reports/jacoco"