Commit c93948c 1 parent 0a8933e commit c93948c Copy full SHA for c93948c
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ jobs:
439
439
run : cd $HOME/build && xvfb-run -a python3 $HOME/opencv/modules/ts/misc/run.py . -a -t java
440
440
- name : Save Unit Test Results
441
441
timeout-minutes : 60
442
- uses : actions/upload-artifact@v4
442
+ uses : actions/upload-artifact@v3
443
443
if : ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
444
444
with :
445
445
name : junit-html-ubuntu24-x86-64
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ jobs:
252
252
run : cd $HOME/build && xvfb-run -a python3 ${{ env.OPENCV_DOCKER_WORKDIR }}/modules/ts/misc/run.py . -a -t java
253
253
- name : Save Unit Test Results
254
254
timeout-minutes : 60
255
- uses : actions/upload-artifact@v4
255
+ uses : actions/upload-artifact@v3
256
256
if : ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
257
257
with :
258
258
name : junit-html-ubuntu24-x86-64
You can’t perform that action at this time.
0 commit comments