Skip to content

Commit d8f0c3d

Browse files
authored
Fix fap build action (#36)
1 parent f4ee150 commit d8f0c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sdk-channel: ${{ matrix.sdk-channel }}
3737
sdk-index-url: ${{ matrix.sdk-index-url }}
3838
- name: Upload app artifacts
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
42-
path: ${{ steps.build-app.outputs.fap-artifacts }}
42+
path: ${{ steps.build-app.outputs.fap-artifacts }}

0 commit comments

Comments
 (0)