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 162b183 commit be694eeCopy full SHA for be694ee
.github/workflows/clang-tools-amd64.yml
@@ -146,7 +146,7 @@ jobs:
146
cat clang-query-${{ env.suffix }}.sha512sum
147
cat clang-tidy-${{ env.suffix }}.sha512sum
148
- name: upload artifacts
149
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
150
with:
151
name: clang-tools
152
path: "${{ matrix.release }}${{ matrix.bindir }}/clang-*-${{ env.suffix }}*"
@@ -157,7 +157,7 @@ jobs:
157
needs: build
158
steps:
159
- name: download artifacts
160
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v3
161
162
163
- name: list files
0 commit comments