File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201201 arm-client-secret : ${{ secrets.ARM_CLIENT_SECRET }}
202202
203203 - name : Publish Test Report
204- uses : mikepenz/action-junit-report@v5
204+ uses : mikepenz/action-junit-report@v6
205205 if : always()
206206 with :
207207 annotate_only : true
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160160 run : pnpm test:e2e
161161
162162 - name : Publish Test Report
163- uses : mikepenz/action-junit-report@v5
163+ uses : mikepenz/action-junit-report@v6
164164 if : always()
165165 with :
166166 annotate_only : true
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171171 run : pnpm test:e2e:smoke
172172
173173 - name : Publish Test Report
174- uses : mikepenz/action-junit-report@v5
174+ uses : mikepenz/action-junit-report@v6
175175 if : always()
176176 with :
177177 annotate_only : true
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 run : pnpm test:e2e
137137
138138 - name : Publish Test Report
139- uses : mikepenz/action-junit-report@v5
139+ uses : mikepenz/action-junit-report@v6
140140 if : always()
141141 with :
142142 annotate_only : true
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ jobs:
246246
247247 - name : Publish Test Report
248248 id : test-report
249- uses : mikepenz/action-junit-report@v5
249+ uses : mikepenz/action-junit-report@v6
250250 if : always() # always run even if the previous step fails
251251 with :
252252 annotate_only : true
You can’t perform that action at this time.
0 commit comments