From f9bcb72d003d048df4f724556ae4d516c4239c73 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Wed, 3 Apr 2024 13:58:52 +0300 Subject: [PATCH] Reverted changes for Ubuntu 14.04 environment as NodeJS requires newer C runtime. --- .github/workflows/OCV-Contrib-PR-3.4-U14.yaml | 2 +- .github/workflows/OCV-PR-3.4-U14.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/OCV-Contrib-PR-3.4-U14.yaml b/.github/workflows/OCV-Contrib-PR-3.4-U14.yaml index cec423f2..7a6ce677 100644 --- a/.github/workflows/OCV-Contrib-PR-3.4-U14.yaml +++ b/.github/workflows/OCV-Contrib-PR-3.4-U14.yaml @@ -377,7 +377,7 @@ jobs: run: cd $HOME/build && xvfb-run -a python3 $HOME/opencv/modules/ts/misc/run.py . -a -t java - name: Save Unit Test Results timeout-minutes: 60 - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }} with: name: junit-html-ubuntu14-x86-64 diff --git a/.github/workflows/OCV-PR-3.4-U14.yaml b/.github/workflows/OCV-PR-3.4-U14.yaml index d15758e9..9b8f7c4d 100644 --- a/.github/workflows/OCV-PR-3.4-U14.yaml +++ b/.github/workflows/OCV-PR-3.4-U14.yaml @@ -245,7 +245,7 @@ jobs: run: cd $HOME/build && xvfb-run -a python3 ${{ env.OPENCV_DOCKER_WORKDIR }}/modules/ts/misc/run.py . -a -t java - name: Save Unit Test Results timeout-minutes: 60 - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }} with: name: junit-html-ubuntu14-x86-64