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 c1b7d7c commit 6839805Copy full SHA for 6839805
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
sdk-channel: ${{ matrix.sdk-channel }}
30
sdk-index-url: ${{ matrix.sdk-index-url }}
31
- name: Upload app artifacts
32
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4.6.2
33
with:
34
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
35
path: ${{ steps.build-app.outputs.fap-artifacts }}
0 commit comments