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