From 60b846a33eb92ece1f8488860a4dc1879a4ee090 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:15:34 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.0.6 --- .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 ff352954..de5a9616 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.5 + uses: codecov/codecov-action@v5.0.6 with: token: ${{ secrets.CODE_COV_TOKEN }}