From 7a572cbf44e210442940c9914dafcff0373a328a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:21:55 +0000 Subject: [PATCH] ci(deps): update codecov/codecov-action action to v3.1.6 --- .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 dfd29fca..1ad8b20a 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -42,7 +42,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@v3.1.6 with: directory: "build/reports/jacoco"