diff --git a/.github/workflows/flutter_beta.yml b/.github/workflows/flutter_beta.yml index eeff2c7d..2903b130 100644 --- a/.github/workflows/flutter_beta.yml +++ b/.github/workflows/flutter_beta.yml @@ -78,7 +78,7 @@ jobs: - name: Build iOS package run: flutter build ios --simulator - name: Upload Runner.app as artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Runner.app path: example/build/ios/iphonesimulator diff --git a/.github/workflows/flutter_ci.yml b/.github/workflows/flutter_ci.yml index 3c0b2e7d..9cdab223 100644 --- a/.github/workflows/flutter_ci.yml +++ b/.github/workflows/flutter_ci.yml @@ -85,7 +85,7 @@ jobs: - name: Build iOS package run: flutter build ios --simulator - name: Upload Runner.app as artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Runner.app path: example/build/ios/iphonesimulator