diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cfee95e..7667978 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -109,7 +109,7 @@ jobs: run: cargo tarpaulin --workspace --all-features --timeout 300 --out xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./cobertura.xml fail_ci_if_error: false