diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c352e6f49..bcc289c14 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -300,7 +300,7 @@ jobs: - name: Produce markdown test summary from JUnit if: >- !cancelled() - uses: test-summary/action@v2.3 + uses: test-summary/action@v2.4 with: paths: .test-results/pytest/test.xml - name: Append coverage results to Job Summary