From 3cfd2c401b9b6a94900cc1f33e49aadecb67bbab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 10:08:35 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/ci_checks.yml | 2 +- .github/workflows/maestro_tests.yml | 2 +- .github/workflows/trigger_release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_checks.yml b/.github/workflows/ci_checks.yml index 8a2f6637e72..e6b41326d37 100644 --- a/.github/workflows/ci_checks.yml +++ b/.github/workflows/ci_checks.yml @@ -264,7 +264,7 @@ jobs: - name: Upload failed test artifacts if: always() && steps.run-instrumented-tests.outcome != 'success' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: failed-test-artifacts path: app/build/outputs/test-artifacts diff --git a/.github/workflows/maestro_tests.yml b/.github/workflows/maestro_tests.yml index 4cf11059f07..808b10ff2d2 100644 --- a/.github/workflows/maestro_tests.yml +++ b/.github/workflows/maestro_tests.yml @@ -81,7 +81,7 @@ jobs: adb uninstall org.simple.clinic.staging - name: Upload test report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: maestro-test-report path: ./maestro-test-report.xml diff --git a/.github/workflows/trigger_release.yml b/.github/workflows/trigger_release.yml index 1179eeb0a0a..b459e032aee 100644 --- a/.github/workflows/trigger_release.yml +++ b/.github/workflows/trigger_release.yml @@ -156,7 +156,7 @@ jobs: - name: Upload failed test artifacts if: always() && steps.run-instrumented-tests.outcome != 'success' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-artifacts path: android-app/app/build/outputs/test-artifacts