From e085c347d9721043a2d7afd5a8ff04b2ee3d1513 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:07:40 +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 cf73f573..1b2177d2 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -43,7 +43,7 @@ jobs: run: ./gradlew clean check - name: CodeCov if: ${{ contains('Linux', runner.os) }} - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.1.1 with: directory: "build/reports/jacoco"