diff --git a/.github/workflows/ci-additional.yaml b/.github/workflows/ci-additional.yaml index d9956570991..f98bf6f9f95 100644 --- a/.github/workflows/ci-additional.yaml +++ b/.github/workflows/ci-additional.yaml @@ -126,7 +126,7 @@ jobs: python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report - name: Upload mypy coverage to Codecov - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.2 with: file: mypy_report/cobertura.xml flags: mypy @@ -180,7 +180,7 @@ jobs: python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report - name: Upload mypy coverage to Codecov - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.2 with: file: mypy_report/cobertura.xml flags: mypy39 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index acace7aab95..06d7c4a83c7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -139,7 +139,7 @@ jobs: path: pytest.xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.2 with: file: ./coverage.xml flags: unittests