diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68d8920..3d8dfc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Upload coverage if: ${{ env.CODECOV_TOKEN != '' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: build/reports/kover/report.xml token: ${{ env.CODECOV_TOKEN }}