Skip to content

Commit f7eb947

Browse files
committed
ci: fix github v3 action replaced by v4 action
Signed-off-by: Huaqi Fang <[email protected]>
1 parent cc53370 commit f7eb947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
129129
- name: Upload bootimages for ${{ matrix.soc }} - ${{ matrix.core }} - ${{ matrix.boot_mode }}
130130
if: ${{ !( matrix.soc == 'evalsoc' && startsWith(matrix.core, 'u900')) }}
131-
uses: actions/upload-artifact@v3
131+
uses: actions/upload-artifact@v4
132132
with:
133133
name: bootimages_${{ matrix.soc }}_${{ matrix.core }}_${{ matrix.boot_mode }}
134134
path: |
@@ -138,7 +138,7 @@ jobs:
138138
139139
- name: Upload qemu images for ${{ matrix.soc }} - ${{ matrix.core }} - ${{ matrix.boot_mode }}
140140
if: ${{ !( matrix.soc == 'evalsoc' && startsWith(matrix.core, 'u900')) }}
141-
uses: actions/upload-artifact@v3
141+
uses: actions/upload-artifact@v4
142142
with:
143143
name: qemu_images_${{ matrix.soc }}_${{ matrix.core }}_${{ matrix.boot_mode }}
144144
path: |

0 commit comments

Comments
 (0)