From e8a02a3b14120c607ded542ce41f4b14a42b0b81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 22:28:08 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da8d17f..f354d6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: run: ./gradlew clean assemble - name: Archive Build Artifacts id: archive - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: build-artifacts-${{ matrix.name }}-${{ github.run_id }} path: | @@ -146,7 +146,7 @@ jobs: - name: Archive Test Artifacts if: success() || failure() id: archive - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: test-artifacts-${{ matrix.name }}-${{ github.run_id }} path: |