diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 24e1b75..f5f8fd2 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -52,7 +52,7 @@ jobs: task check - name: Publish Test Report in Action - uses: mikepenz/action-junit-report@v3 + uses: mikepenz/action-junit-report@v4 if: always() # always run even if the previous step fails with: report_paths: cmem-plugin-awesome/dist/junit-*.xml