From f378828350e6bd630fc89e51ea9e69b3186831e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:44:08 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/pull_request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index af441dc..e5455d1 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -58,7 +58,7 @@ jobs: - name: (Fail-only) Upload the build report if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: error-report path: build-reports.zip @@ -95,7 +95,7 @@ jobs: run: ./gradlew testReleaseUnitTest - name: Upload Test Results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: failure() with: name: Test Results @@ -133,7 +133,7 @@ jobs: run: ./gradlew assembleRelease - name: Upload Sample Artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: ${{ github.base_ref }} == 'master' with: name: artifact