diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de5a961..8536f8b 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.6 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODE_COV_TOKEN }}