Skip to content

Commit

Permalink
Replace deprecated uses: actions/upload-artifact@v3 with v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov committed Apr 3, 2024
1 parent 9dcbafb commit aefced0
Show file tree
Hide file tree
Showing 51 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/OCV-4.x-Android-SDK.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
zip -r -9 -y python-maven-repo.zip maven_repo
- name: Release Package
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || env.RUNNER_DEBUG == 1 }}
with:
name: OpenCV4AndroidSDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-3.4-ARM64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,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@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-ubuntu20-arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-3.4-U14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-ubuntu14-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-3.4-U20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,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@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-ubuntu20-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-3.4-W10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
${{ github.workspace }}\opencv\modules\ts\misc\run.py . -a -t java
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-windows10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-3.4-macOS-ARM64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ jobs:
working-directory: ${{ github.workspace }}/build
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-macos-arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-3.4-macOS-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ jobs:
working-directory: ${{ github.workspace }}/build
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-macos-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-4.x-ARM64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,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@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-ubuntu20-arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-4.x-U20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,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@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-ubuntu20-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-4.x-U22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,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@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-ubuntu22-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-4.x-W10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ jobs:
${{ github.workspace }}\opencv\modules\ts\misc\run.py . -a -t java
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-windows10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-4.x-macOS-ARM64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ jobs:
working-directory: ${{ github.workspace }}/build
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-macos-arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-4.x-macOS-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ jobs:
working-directory: ${{ github.workspace }}/build
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-macos-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-5.x-ARM64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,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@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-ubuntu20-arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-5.x-U20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,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@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-ubuntu20-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-5.x-U22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,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@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-ubuntu22-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-5.x-W10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ jobs:
${{ github.workspace }}\opencv\modules\ts\misc\run.py . -a -t java
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-windows10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-5.x-macOS-ARM64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ jobs:
working-directory: ${{ github.workspace }}/build
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-macos-arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-PR-5.x-macOS-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ jobs:
working-directory: ${{ github.workspace }}/build
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
with:
name: junit-html-macos-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Contrib-WinPack-4.x-W10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
%CI_SCRIPTS%\winpack_create.cmd
- name: Save WinPack
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: WinPack
path: artifacts\distrib.7z.exe
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/OCV-Coverage-4.x-U20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
run: cd /home/ci/build && xvfb-run -a python3 ${{ env.OPENCV_DOCKER_WORKDIR }}/modules/ts/misc/run.py . -a -t java --test_threads=2 --test_tag_skip=size_hd
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html
Expand All @@ -205,7 +205,7 @@ jobs:
genhtml --prefix /home/ci -t "OpenCV: ${{ env.TARGET_BRANCH_NAME }}-$GITHUB_SHA" -o /home/ci/build/test_coverage_html /home/ci/build/opencv_test_filtered.info
- name: Upload test coverage
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.coverage-test-report.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: test-coverage-html
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
genhtml --prefix /home/ci -t "OpenCV: ${{ env.TARGET_BRANCH_NAME }}-$GITHUB_SHA" -o /home/ci/build/perf_coverage_html /home/ci/build/opencv_perf_filtered.info
- name: Upload perf coverage
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.coverage-perf-report.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: perf-coverage-html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-Nightly-docs-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Upload arftifacts
timeout-minutes: 60
if: ${{ (always() && steps.build-opencv.outcome == 'success') && github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || env.RUNNER_DEBUG == 1 }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: OpenCVDocDoxygen${{ matrix.branch }}
path: /home/ci/build/release/doc_doxygen.zip
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-3.4-ARM64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,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@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html-ubuntu20-arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-3.4-Android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: cd /home/ci/build && zip -r -9 -y OpenCV3Android.zip OpenCV-android-sdk
- name: Release Package
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || env.RUNNER_DEBUG == 1 }}
with:
name: OpenCV3AndroidSDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-3.4-U14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html-ubuntu14-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-3.4-U20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,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@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html-ubuntu20-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-3.4-W10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
${{ github.workspace }}\opencv\modules\ts\misc\run.py . -a -t java
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html-windows10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-3.4-iOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: cd ${{ github.workspace }}/ios && zip -r -9 -y opencv-3.4-ios-framework.zip opencv2.framework
- name: Upload Artifact
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || env.RUNNER_DEBUG == 1 }}
with:
name: OpenCViOSFramework
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-3.4-macOS-ARM64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
working-directory: ${{ github.workspace }}/build
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html-macos-arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-3.4-macOS-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
working-directory: ${{ github.workspace }}/build
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html-macos-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-4.x-ARM64-Debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,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@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html-ubuntu20-arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-4.x-ARM64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,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@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html-ubuntu20-arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-4.x-U20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,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@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html-ubuntu20-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-4.x-U22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,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@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html-ubuntu22-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-4.x-W10-Vulkan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
# run: cd ${{ github.workspace }}\build && bin\opencv_perf_dnn.exe --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=%PARALLEL_JOBS%
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html-windows10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-4.x-W10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
${{ github.workspace }}\opencv\modules\ts\misc\run.py . -a -t java
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html-windows10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-4.x-iOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: cd ${{ github.workspace }}/ios && zip -r -9 -y opencv-4.x-ios-framework.zip opencv2.framework
- name: Upload Artifact
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || env.RUNNER_DEBUG == 1 }}
with:
name: OpenCViOSFramework
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-4.x-loongnix-loongarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
working-directory: ${{ github.workspace }}/build
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' && steps.check-warnings.outcome == 'success' }}
with:
name: junit-html-macos-arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-4.x-macOS-ARM64-Vulkan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
working-directory: ${{ github.workspace }}/build
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html-macos-arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-4.x-macOS-ARM64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
working-directory: ${{ github.workspace }}/build
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html-macos-arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-4.x-macOS-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
working-directory: ${{ github.workspace }}/build
- name: Save Unit Test Results
timeout-minutes: 60
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html-macos-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-5.x-ARM64-Debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,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@v3
uses: actions/upload-artifact@v4
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
with:
name: junit-html-ubuntu20-arm64
Expand Down
Loading

0 comments on commit aefced0

Please sign in to comment.