diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index eb003ce..5e4a358 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -83,6 +83,6 @@ jobs: task test:system - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v6 with: report_paths: ./tests/systemtest/res.xml