From 124ef54dc0c67dea7128364331eb8c0d35832b1a Mon Sep 17 00:00:00 2001 From: RD Rama Devi <122200035+Rd4dev@users.noreply.github.com> Date: Wed, 11 Sep 2024 19:38:48 +0530 Subject: [PATCH] Draft to replicate 5533 upload artifact v2 deprecated to upgrade to v4 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 84cc12006a8..f57e667ff90 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,7 +65,7 @@ jobs: run: sudo ./gradlew --full-stacktrace :utility:testDebugUnitTest -Dorg.gradle.java.home=$JAVA_HOME - name: Upload Utility Test Reports uses: actions/upload-artifact@v2 - if: ${{ !cancelled() }} # IMPORTANT: Upload reports regardless of success or failure status + if: ${{ !cancelled() }} # IMPORTANT: Upload ar reports regardless of success or failure status with: name: utility reports path: utility/build/reports