diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2966d81..102701bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: --results-directory ./coverage - name: 🔍 Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} verbose: true