We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf0d13 commit e2cb512Copy full SHA for e2cb512
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
task: lint
22
skip-setup: true
23
- name: Upload app artifacts
24
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
25
with:
26
name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
27
path: ${{ steps.build-app.outputs.fap-artifacts }}
0 commit comments