diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c31c21b..00bf019 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: run: ./gradlew jacocoTestReport - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 dependabot: runs-on: ubuntu-latest if: ${{ github.event_name == 'pull_request' && github.actor == 'dependabot[bot]' }}