diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 693f503..c2ec47d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Generate coverage run: cargo tarpaulin --out xml --skip-clean - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: cobertura.xml fail_ci_if_error: false