diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index e72da9d1e..bd2e2a221 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -86,7 +86,7 @@ jobs: - name: Upload coverage reports if: always() - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: ${{ matrix.suite.directory }}/coverage.xml flags: ${{ matrix.suite.name }}