From cdba44a6ed6e58a7ca0bf8422a8929e77a8000ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 02:04:37 +0000 Subject: [PATCH] ci(deps): update codecov/codecov-action action to v5 --- .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 7b70d997..6b88a14c 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@v5.0.7 with: directory: "build/reports/jacoco"