|
|
@@ -27,14 +27,14 @@ jobs:
|
|
|
name: 'ufbt: Build for ${{ matrix.name }}'
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
- name: Build with ufbt
|
|
|
uses: flipperdevices/flipperzero-ufbt-action@v0.1.1
|
|
|
id: build-app
|
|
|
with:
|
|
|
sdk-channel: ${{ matrix.sdk-channel }}
|
|
|
- name: Upload app artifacts
|
|
|
- uses: actions/upload-artifact@v3
|
|
|
+ uses: actions/upload-artifact@v4
|
|
|
with:
|
|
|
# See ufbt action docs for other output variables
|
|
|
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
|