File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
109
109
- name : Upload clang-tidy fixes
110
110
if : ${{ steps.clang-tidy-fixes.outputs.FIXES }}
111
- uses : actions/upload-artifact@v3
111
+ uses : actions/upload-artifact@v4
112
112
with :
113
113
path : fixes.yml
114
114
name : clang-tidy-fixes.yml
@@ -154,10 +154,10 @@ jobs:
154
154
cat clang-format.diff
155
155
156
156
- name : Upload clang-format
157
- uses : actions/upload-artifact@v3
157
+ uses : actions/upload-artifact@v4
158
158
with :
159
159
path : clang-format.diff
160
- name : format_diffs
160
+ name : clang_format_diffs
161
161
162
162
- name : Check C/C++ format
163
163
uses : reviewdog/action-suggester@v1
@@ -176,10 +176,10 @@ jobs:
176
176
cat black-format.diff
177
177
178
178
- name : Upload black-format
179
- uses : actions/upload-artifact@v3
179
+ uses : actions/upload-artifact@v4
180
180
with :
181
181
path : black-format.diff
182
- name : format_diffs
182
+ name : black_format_diffs
183
183
184
184
- name : Check Python format
185
185
if : success() || failure()
You can’t perform that action at this time.
0 commit comments