Downgrade actions/upload-artifact from v4 to v3
Signed-off-by: Markus Birth <markus@birth-online.de>
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
sdk-channel: ${{ matrix.sdk-channel }}
|
sdk-channel: ${{ matrix.sdk-channel }}
|
||||||
sdk-index-url: ${{ matrix.sdk-index.url }}
|
sdk-index-url: ${{ matrix.sdk-index.url }}
|
||||||
- name: Upload app artifacts
|
- name: Upload app artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
# See ufbt action docs for other output variables
|
# See ufbt action docs for other output variables
|
||||||
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
|
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
|
||||||
|
|||||||
Reference in New Issue
Block a user