diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 249f16955..dcb74d2fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: pipenv run pytest pipenv run python dev.py upload-coverage - name: Publish Test Report - uses: mikepenz/action-junit-report@v3.8.0 + uses: mikepenz/action-junit-report@v4.0.0 if: always() # always run even if the previous step fails with: report_paths: '**/TestResults.xml'