File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6262 configurePresetAdditionalArgs : " ['-DCMAKE_C_COMPILER_LAUNCHER=ccache', '-DCMAKE_CXX_COMPILER_LAUNCHER=ccache']"
6363 - name : Upload test logs
6464 if : ${{ failure() }}
65- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
65+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6666 with :
6767 name : test-logs
6868 path : build/Host/Testing/Temporary/
8585 configurePresetAdditionalArgs : " ['-DCMAKE_C_COMPILER_LAUNCHER=ccache', '-DCMAKE_CXX_COMPILER_LAUNCHER=ccache']"
8686 - name : Upload test logs
8787 if : ${{ failure() }}
88- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
88+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8989 with :
9090 name : test-logs
9191 path : build/Host/Testing/Temporary/
@@ -140,7 +140,7 @@ jobs:
140140 configurePresetAdditionalArgs : " ['-DCMAKE_C_COMPILER_LAUNCHER=sccache', '-DCMAKE_CXX_COMPILER_LAUNCHER=sccache']"
141141 - name : Upload test logs
142142 if : ${{ failure() }}
143- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
143+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
144144 with :
145145 name : test-logs
146146 path : build/host-single-Dbebug/Testing/Temporary/
Original file line number Diff line number Diff line change 3636 if : ${{ success() || failure() }}
3737 with :
3838 sarif_file : megalinter-reports/megalinter-report.sarif
39- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
39+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4040 if : ${{ success() || failure() }}
4141 with :
4242 name : linter
You can’t perform that action at this time.
0 commit comments