From 48a9a6713b96da9ec9f51db792ae68a430a65a19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:42:41 +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 a1f79d0..4329f64 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.6.0 with: directory: "build/reports/jacoco"