From e4c94c952daaa1fda4f352a1f24c1c5373d46fb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:39:05 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/flutter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index f5da8656..4e56651f 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -53,7 +53,7 @@ jobs: run: flutter build ios --release --no-codesign - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: ios-build path: build/ios/iphoneos @@ -90,7 +90,7 @@ jobs: flutter build appbundle --debug - name: Upload APK - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: android-build path: |