diff --git a/.github/workflows/ci-additional.yaml b/.github/workflows/ci-additional.yaml index f98bf6f9f95..f7097185224 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.2 + uses: codecov/codecov-action@v3.1.3 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.2 + uses: codecov/codecov-action@v3.1.3 with: file: mypy_report/cobertura.xml flags: mypy39 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06d7c4a83c7..457520a08e9 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.2 + uses: codecov/codecov-action@v3.1.3 with: file: ./coverage.xml flags: unittests