From 7d8567351d392c6b6ea38ebca2db122f12f20add Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 18:56:33 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9270565..b295b77 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,6 +30,6 @@ jobs: uses: gradle/gradle-build-action@v2.4.2 with: arguments: test - - uses: codecov/codecov-action@v3.1.6 + - uses: codecov/codecov-action@v4.0.1 with: directory: "build/reports"