diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fb9483ba7..9f3579ae6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - name: Run tests run: cargo tarpaulin --out Xml --verbose - name: Upload reports to codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: name: code-coverage-report file: cobertura.xml