diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b529f058..47f700730 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: path: build/reports/kover/html.zip - name: Upload Coverage Report to CodeCov 📈 - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true