From e83e5a1c44860da093f254a3d0832c98c4f7f752 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 01:40:18 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dbc78d..ef387db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: ionic cordova platform add android@latest ionic cordova build android - name: Upload Android APK (Cordova) - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: android-apk-cordova-${{ matrix.os }} path: | @@ -115,7 +115,7 @@ jobs: shell: pwsh run: pwsh -File scripts/inject-gradle-java17.ps1 -AppPath testapp - name: Upload Android APK (Capacitor) - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: android-apk-${{ runner.os }} path: |