|
|
@@ -19,7 +19,7 @@ jobs:
|
|
|
name: 'ufbt: Build for ${{ matrix.name }}'
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
with:
|
|
|
submodules: recursive
|
|
|
- name: Build with ufbt
|
|
|
@@ -28,7 +28,7 @@ jobs:
|
|
|
with:
|
|
|
sdk-channel: ${{ matrix.sdk-channel }}
|
|
|
- name: Upload app artifacts
|
|
|
- uses: actions/upload-artifact@v3
|
|
|
+ uses: actions/upload-artifact@v4
|
|
|
with:
|
|
|
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
|
|
|
- path: ${{ steps.build-app.outputs.fap-artifacts }}
|
|
|
+ path: ${{ steps.build-app.outputs.fap-artifacts }}
|