From 7de4905b857d0d8a29315a6c1ef9c0a344cf1d6f Mon Sep 17 00:00:00 2001 From: kubel Date: Mon, 3 Feb 2025 07:19:03 +0100 Subject: [PATCH] update upload artifact --- .github/actions/ci_instrumented_tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ci_instrumented_tests/action.yml b/.github/actions/ci_instrumented_tests/action.yml index f8e151b13..2993ceef7 100644 --- a/.github/actions/ci_instrumented_tests/action.yml +++ b/.github/actions/ci_instrumented_tests/action.yml @@ -43,7 +43,7 @@ runs: NOTIFY_INTEGRATION_TESTS_SECRET: ${{ inputs.notifySecret }} run: ./gradlew ${{ inputs.command }} -Pandroid.testoptions.manageddevices.emulator.gpu=swiftshader_indirect - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ inputs.name }}