diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b105f99..b24cfa3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -41,7 +41,7 @@ jobs: uv run task test:ci - name: Pytest coverage comment if: ${{ github.actor != 'dependabot[bot]' }} - uses: MishaKav/pytest-coverage-comment@v1.7.2 + uses: MishaKav/pytest-coverage-comment@v1.8.0 with: pytest-xml-coverage-path: ./coverage.xml junitxml-path: ./pytest.xml