Update upload-artifact
This commit is contained in:
parent
e391a9550c
commit
24b46087da
|
@ -98,7 +98,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Collect iOS artifacts
|
- name: Collect iOS artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: MobileNebula.ipa
|
name: MobileNebula.ipa
|
||||||
path: ios/MobileNebula.ipa
|
path: ios/MobileNebula.ipa
|
||||||
|
@ -122,7 +122,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Collect Android artifacts
|
- name: Collect Android artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: MobileNebula.aab
|
name: MobileNebula.aab
|
||||||
path: build/app/outputs/bundle/release/app-release.aab
|
path: build/app/outputs/bundle/release/app-release.aab
|
||||||
|
|
Loading…
Reference in New Issue