From 97c4b885afa84daf322d1bb0dcfebfd017b42ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:52:59 +0800 Subject: [PATCH] build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 (#486) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index b12830123..b929f32ec 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -57,7 +57,7 @@ jobs: run: ./gradlew jacocoTestReport - name: Upload Coverage Reports to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 if: success() with: directory: .jacoco/test/