Skip to content

Commit 7220bab

Browse files
authored
Upgrade upload-artifact action to version 4
1 parent 77a2259 commit 7220bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
./build.sh --device ${{ matrix.device }} --installer-zip
5353
5454
- name: Upload a Build Artifact
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with: # Artifact name
5757
name: ${{ matrix.device }}
5858
# A file, directory or wildcard pattern that describes what to upload

0 commit comments

Comments
 (0)