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 @@ -91,14 +91,14 @@ jobs:
9191 - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
9292=======
9393 - name : Upload build log
94- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
94+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
9595>>>>>>> 5fc4707a8b7820f6bdbc782ccdffac7ccafbe80d
9696 with :
9797 name : Logs-clang-tidy-${{ matrix.cmake_options }}
9898 path : ${{ steps.build.outputs.build_log }}
9999
100100 - name : Upload warning report
101- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
101+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
102102 with :
103103 name : Report-clang-tidy-${{ matrix.cmake_options }}
104104 path : ${{ steps.analyze.outputs.report_path }}
You can’t perform that action at this time.
0 commit comments