From 88039bdfaef7b94f84eb604280d63c62be0438eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 17:36:11 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 3a72c0b9..ab3438fa 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -94,7 +94,7 @@ jobs: repo-token: ${{ secrets.CI_TOKEN }} - name: Upload Build Artifacts if: github.event_name == 'release' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: AndroidArtifacts path: |