diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index cea4157fc..cac019bbf 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -97,7 +97,7 @@ jobs: - if: success() || failure() # always run even if the previous step fails name: Publish e2e test report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 with: report_paths: 'junit-e2e.xml' check_name: 'e2e test report'