Skip to content

Commit ec08997

Browse files
authored
Update upload-artifact action to version 4
fix ci
1 parent 77a2259 commit ec08997

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ jobs:
6565
./build.sh --device ${{ matrix.device }}
6666
6767
- name: Upload a Build Artifact
68-
uses: actions/upload-artifact@v3
69-
with: # Artifact name
68+
uses: actions/upload-artifact@v4
69+
with:
7070
name: ${{ matrix.device }}
71-
# A file, directory or wildcard pattern that describes what to upload
7271
path: ./*.img

0 commit comments

Comments
 (0)