From 013597dd6a78a74e6bf16420d9c61ecf18584273 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:51:35 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/instrumentedTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/instrumentedTest.yml b/.github/workflows/instrumentedTest.yml index c5b0aa4..3db3c1d 100644 --- a/.github/workflows/instrumentedTest.yml +++ b/.github/workflows/instrumentedTest.yml @@ -41,7 +41,7 @@ jobs: script: ./gradlew connectedDebugAndroidTest --stacktrace --scan - name: Upload test reports - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v6 if: ${{ always() }} with: name: reports