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 7979 - name : Try to download existing fixes from check workflow
8080 id : download_fixes_check
8181 if : needs.pre-check.outputs.tidy_checks == ''
82- uses : dawidd6/action-download-artifact@fe9d59ce33ce92db8a6ac90b2c8be6b6d90417c8 # v15
82+ uses : dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16
8383 with :
8484 workflow : clang-tidy-check.yaml
8585 name : clang-tidy-report
9090 - name : Try to download existing fixes from previous fix workflow
9191 id : download_fixes_fix
9292 if : steps.download_fixes_check.outcome != 'success' && needs.pre-check.outputs.tidy_checks == ''
93- uses : dawidd6/action-download-artifact@fe9d59ce33ce92db8a6ac90b2c8be6b6d90417c8 # v15
93+ uses : dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16
9494 with :
9595 workflow : clang-tidy-fix.yaml
9696 name : clang-tidy-report
You can’t perform that action at this time.
0 commit comments