From 4f5ab8cbf2bba60be11f44174ce5e61460c85e67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:08:32 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.1.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8536f8b..004d9a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,6 @@ jobs: - name: Run Unit Tests run: ./gradlew test - name: Codecov - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.0 with: token: ${{ secrets.CODE_COV_TOKEN }}