diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64c8b7b5..b1e739cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Run unit tests run: ./gradlew check - name: Codecov - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }}