From 95eca2a3d5378ec3102fb6035d511aba8f5e2cdb Mon Sep 17 00:00:00 2001 From: yamilmedina Date: Thu, 23 Jan 2025 17:07:28 +0100 Subject: [PATCH] chore: upgrade upload artifact deprecation notice until 30 jan or fail --- .github/workflows/gradle-android-instrumented-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle-android-instrumented-tests.yml b/.github/workflows/gradle-android-instrumented-tests.yml index 434a797d9b9..6eb1a28c0a7 100644 --- a/.github/workflows/gradle-android-instrumented-tests.yml +++ b/.github/workflows/gradle-android-instrumented-tests.yml @@ -89,14 +89,14 @@ jobs: - name: Archive Test Reports if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-reports path: ./**/build/reports/tests/** - name: Archive Test Results if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results path: |