diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d7a4eb..2917ea8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,7 @@ jobs: continue-on-error: true - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: cobertura.xml token: ${{ secrets.CODECOV_TOKEN }}