From 3ae32e35aac29fb3f50f7bd180ff066ed9a6a537 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:04:12 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/android-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-ci.yaml b/.github/workflows/android-ci.yaml index 086211d..fcc8ad4 100644 --- a/.github/workflows/android-ci.yaml +++ b/.github/workflows/android-ci.yaml @@ -89,7 +89,7 @@ jobs: - name: Upload test reports if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-reports-${{ matrix.api-level }} path: '*/build/reports/androidTests' \ No newline at end of file