Skip to content

Commit 1e73373

Browse files
chore(deps): update mikepenz/action-junit-report action
1 parent 9821283 commit 1e73373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ runs:
107107
${{ steps.metadata.outputs.artifact-path }}/build/jacoco/${{ inputs.task-name }}.exec
108108
109109
- name: Create annotations
110-
uses: mikepenz/action-junit-report@v3
110+
uses: mikepenz/action-junit-report@v4
111111
if: "!cancelled() && github.actor != 'dependabot[bot]'"
112112
with:
113113
check_name: ${{ inputs.task-name }} report

0 commit comments

Comments
 (0)