We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a595261 commit aab1211Copy full SHA for aab1211
.github/workflows/check-code-style.yml
@@ -100,15 +100,15 @@ jobs:
100
-path ${{ github.workspace}}/build
101
102
- name: Upload patch with clang-format fixes
103
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
104
if: ${{ failure() && steps.run-clang-format.outcome == 'failure' }}
105
with:
106
name: clang-format.patch
107
path: clang-format.patch
108
if-no-files-found: ignore
109
110
- name: Upload clang-tidy log
111
112
if: ${{ failure() && steps.run-clang-tidy.outcome == 'failure' }}
113
114
name: clang-tidy.log
0 commit comments