We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ee150 commit d8f0c3dCopy full SHA for d8f0c3d
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
sdk-channel: ${{ matrix.sdk-channel }}
37
sdk-index-url: ${{ matrix.sdk-index-url }}
38
- name: Upload app artifacts
39
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
40
with:
41
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
42
- path: ${{ steps.build-app.outputs.fap-artifacts }}
+ path: ${{ steps.build-app.outputs.fap-artifacts }}
0 commit comments