diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1d48d7e2..3343a0ee 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -40,7 +40,7 @@ jobs: name: reports path: build/reports/ - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./build/reports/kover/report.xml