diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a417b30..f84080b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -228,7 +228,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.rust == 'stable' && matrix.os == 'ubuntu-latest' && github.event_name == 'merge_group' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: file: ./coverage-report/cobertura.xml flags: rust