From 178065fbf96d135a8fef210a53594ee557f79af9 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Tue, 22 Oct 2024 12:35:51 -0400 Subject: [PATCH] Update upload-artifact --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68b6d42..8683e4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,7 +98,7 @@ jobs: fi - name: Collect iOS artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: MobileNebula.ipa path: ios/MobileNebula.ipa @@ -122,7 +122,7 @@ jobs: fi - name: Collect Android artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: MobileNebula.aab path: build/app/outputs/bundle/release/app-release.aab