Skip to content

Commit 0ae7bf8

Browse files
Update mikepenz/action-junit-report action to v5
1 parent 4e89eb2 commit 0ae7bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Run e2e tests
2424
run: make crd e2e-test -e KIND_NODE_VERSION=${{ matrix.kind-node-version }} -e KIND_KUBECTL_ARGS=--validate=false -e bats_args="--report-formatter junit"
2525
- name: Publish Test Report
26-
uses: mikepenz/action-junit-report@v4
26+
uses: mikepenz/action-junit-report@v5
2727
if: success() || failure()
2828
with:
2929
report_paths: '**/e2e/report.xml'

0 commit comments

Comments
 (0)