From 5fc7e46c29b98fba3cb09b10d29a0609908d9624 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 15:26:16 -0600 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 (#4714) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/reusable-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-check.yml b/.github/workflows/reusable-check.yml index 4b63bb9b3..9805e1a17 100644 --- a/.github/workflows/reusable-check.yml +++ b/.github/workflows/reusable-check.yml @@ -154,7 +154,7 @@ jobs: - name: Upload debug artifact if: ${{ steps.tasks.outputs.is_first_api == 'true' && inputs.upload_artifacts }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: app-debug-apks path: app/build/outputs/apk/*/debug/*.apk @@ -170,7 +170,7 @@ jobs: - name: Upload reports if: ${{ always() && inputs.upload_artifacts }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: reports-api-${{ matrix.api_level }} path: |