diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e07ac4..060c097 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: verbosity: 'Info' - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage-report/Cobertura.xml