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 d5619a0 commit e164e95Copy full SHA for e164e95
.github/workflows/installer.yml
@@ -52,7 +52,7 @@ jobs:
52
./build.sh --device ${{ matrix.device }} --installer-zip
53
54
- name: Upload a Build Artifact
55
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
56
with: # Artifact name
57
name: ${{ matrix.device }}
58
# A file, directory or wildcard pattern that describes what to upload
.github/workflows/main.yml
@@ -65,7 +65,7 @@ jobs:
65
./build.sh --device ${{ matrix.device }}
66
67
68
69
70
71
0 commit comments