diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index 0ded82bc..6e8a31b1 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -54,7 +54,7 @@ jobs: run: rebar3 ct --cover - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: success() || failure() # always run even if the previous step fails with: report_paths: "**/_build/test/logs/*/junit_report.xml"