diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 48a337ad1..2af86c23c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,7 +28,7 @@ jobs: - name: CodeCoverage(with test) with Gradle run: ./gradlew koverXmlReport - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./build/reports/kover/report.xml