Skip to content

Commit aab1211

Browse files
authored
[CI] Upgrade upload-artifact to v4 (#2717)
1 parent a595261 commit aab1211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-code-style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ jobs:
100100
-path ${{ github.workspace}}/build
101101
102102
- name: Upload patch with clang-format fixes
103-
uses: actions/upload-artifact@v2
103+
uses: actions/upload-artifact@v4
104104
if: ${{ failure() && steps.run-clang-format.outcome == 'failure' }}
105105
with:
106106
name: clang-format.patch
107107
path: clang-format.patch
108108
if-no-files-found: ignore
109109

110110
- name: Upload clang-tidy log
111-
uses: actions/upload-artifact@v2
111+
uses: actions/upload-artifact@v4
112112
if: ${{ failure() && steps.run-clang-tidy.outcome == 'failure' }}
113113
with:
114114
name: clang-tidy.log

0 commit comments

Comments
 (0)