Skip to content

Commit e493007

Browse files
authored
Update upload-artifact to v4 (Xilinx#878)
* Update upload-artifact to v4 * Update upload-artifact to v4 * Make artifact names unique
1 parent 1c31263 commit e493007

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lintAndFormat.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
- name: Upload clang-tidy fixes
110110
if: ${{ steps.clang-tidy-fixes.outputs.FIXES }}
111-
uses: actions/upload-artifact@v3
111+
uses: actions/upload-artifact@v4
112112
with:
113113
path: fixes.yml
114114
name: clang-tidy-fixes.yml
@@ -154,10 +154,10 @@ jobs:
154154
cat clang-format.diff
155155
156156
- name: Upload clang-format
157-
uses: actions/upload-artifact@v3
157+
uses: actions/upload-artifact@v4
158158
with:
159159
path: clang-format.diff
160-
name: format_diffs
160+
name: clang_format_diffs
161161

162162
- name: Check C/C++ format
163163
uses: reviewdog/action-suggester@v1
@@ -176,10 +176,10 @@ jobs:
176176
cat black-format.diff
177177
178178
- name: Upload black-format
179-
uses: actions/upload-artifact@v3
179+
uses: actions/upload-artifact@v4
180180
with:
181181
path: black-format.diff
182-
name: format_diffs
182+
name: black_format_diffs
183183

184184
- name: Check Python format
185185
if: success() || failure()

0 commit comments

Comments
 (0)