Skip to content

Commit be694ee

Browse files
authored
Update clang-tools-amd64.yml
1 parent 162b183 commit be694ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clang-tools-amd64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
cat clang-query-${{ env.suffix }}.sha512sum
147147
cat clang-tidy-${{ env.suffix }}.sha512sum
148148
- name: upload artifacts
149-
uses: actions/upload-artifact@v4
149+
uses: actions/upload-artifact@v3
150150
with:
151151
name: clang-tools
152152
path: "${{ matrix.release }}${{ matrix.bindir }}/clang-*-${{ env.suffix }}*"
@@ -157,7 +157,7 @@ jobs:
157157
needs: build
158158
steps:
159159
- name: download artifacts
160-
uses: actions/download-artifact@v4
160+
uses: actions/download-artifact@v3
161161
with:
162162
name: clang-tools
163163
- name: list files

0 commit comments

Comments
 (0)