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 }}