File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments