|
@@ -26,7 +26,7 @@ jobs:
|
|
|
# skip-setup: true
|
|
# skip-setup: true
|
|
|
sdk-channel: release
|
|
sdk-channel: release
|
|
|
- name: Upload app artifacts
|
|
- name: Upload app artifacts
|
|
|
- uses: actions/upload-artifact@v3
|
|
|
|
|
|
|
+ uses: actions/upload-artifact@v4
|
|
|
with:
|
|
with:
|
|
|
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
|
|
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
|
|
|
- path: ${{ steps.build-app.outputs.fap-artifacts }}
|
|
|
|
|
|
|
+ path: ${{ steps.build-app.outputs.fap-artifacts }}
|