Skip to content

Commit e164e95

Browse files
committed
Upgrade upload-artifact action to version 4 #436
1 parent d5619a0 commit e164e95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
./build.sh --device ${{ matrix.device }}
6666
6767
- name: Upload a Build Artifact
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with: # Artifact name
7070
name: ${{ matrix.device }}
7171
# A file, directory or wildcard pattern that describes what to upload

0 commit comments

Comments
 (0)