diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 841475c..fd46e4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,6 @@ jobs: - name: Install dependencies, run tests, and collect coverage run: gradle build - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}