From 460e691b77829ee64b83c8f574c088c6f20dde04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:16:38 -0500 Subject: [PATCH] Update codecov/codecov-action action to v5.0.5 (#683) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 f7223d7..ff35295 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.4 + uses: codecov/codecov-action@v5.0.5 with: token: ${{ secrets.CODE_COV_TOKEN }}