File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,13 +154,13 @@ jobs:
154154 fi
155155
156156 - name : Upload FVP UART output log
157- uses : actions/upload-artifact@v6
157+ uses : actions/upload-artifact@v7
158158 with :
159159 name : ${{matrix.context.proj}}_${{matrix.context.build_type}}_${{matrix.context.target_type}}_${{matrix.toolchain.name}}.log
160160 path : ./example/FVP_Audio/${{matrix.context.proj}}_${{matrix.context.build_type}}_${{matrix.context.target_type}}_${{matrix.toolchain.name}}.log
161161
162162 - name : Upload Audio file
163- uses : actions/upload-artifact@v6
163+ uses : actions/upload-artifact@v7
164164 with :
165165 name : ${{matrix.context.proj}}_${{matrix.context.build_type}}_${{matrix.context.target_type}}_${{matrix.toolchain.name}}.AudioOut.wav
166166 path : ./example/FVP_Audio/sample/AudioOut.wav
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 fi
122122
123123 - name : Upload FVP UART output log
124- uses : actions/upload-artifact@v6
124+ uses : actions/upload-artifact@v7
125125 with :
126126 name : ${{matrix.context.proj}}_${{matrix.context.build_type}}_${{matrix.context.target_type}}_${{matrix.toolchain.name}}.log
127127 path : ./example/FVP_Hello/${{matrix.context.proj}}_${{matrix.context.build_type}}_${{matrix.context.target_type}}_${{matrix.toolchain.name}}.log
Original file line number Diff line number Diff line change @@ -154,13 +154,13 @@ jobs:
154154 fi
155155
156156 - name : Upload FVP UART output log
157- uses : actions/upload-artifact@v6
157+ uses : actions/upload-artifact@v7
158158 with :
159159 name : ${{matrix.context.proj}}_${{matrix.context.build_type}}_${{matrix.context.target_type}}_${{matrix.toolchain.name}}.log
160160 path : ./example/FVP_Video/${{matrix.context.proj}}_${{matrix.context.build_type}}_${{matrix.context.target_type}}_${{matrix.toolchain.name}}.log
161161
162162 - name : Upload Video file
163- uses : actions/upload-artifact@v6
163+ uses : actions/upload-artifact@v7
164164 with :
165165 name : ${{matrix.context.proj}}_${{matrix.context.build_type}}_${{matrix.context.target_type}}_${{matrix.toolchain.name}}.VideoOut.mp4
166166 path : ./example/FVP_Video/sample/VideoOut.mp4
You can’t perform that action at this time.
0 commit comments