Skip to content

Commit

Permalink
Update clang-tools-amd64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Dec 25, 2023
1 parent 162b183 commit be694ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-tools-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
cat clang-query-${{ env.suffix }}.sha512sum
cat clang-tidy-${{ env.suffix }}.sha512sum
- name: upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: clang-tools
path: "${{ matrix.release }}${{ matrix.bindir }}/clang-*-${{ env.suffix }}*"
Expand All @@ -157,7 +157,7 @@ jobs:
needs: build
steps:
- name: download artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: clang-tools
- name: list files
Expand Down

0 comments on commit be694ee

Please sign in to comment.