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