Skip to content

Commit a2d85b4

Browse files
chore(deps): update mikepenz/action-junit-report action to v6 (#930)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3deebb3 commit a2d85b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/erlang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: rebar3 ct --cover
5353

5454
- name: Publish Test Report
55-
uses: mikepenz/action-junit-report@v5
55+
uses: mikepenz/action-junit-report@v6
5656
if: success() || failure() # always run even if the previous step fails
5757
with:
5858
report_paths: "**/_build/test/logs/*/junit_report.xml"

0 commit comments

Comments
 (0)