Skip to content

Commit

Permalink
chore: upgrade actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Jan 23, 2025
1 parent a65da1d commit abd1aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
cat clang-apply-replacements-${{ env.suffix }}.sha512sum
- name: upload artifacts
if: ${{ github.actor != 'dependabot[bot]' }} || github.event_name != 'pull_request'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: clang-tools
path: "${{ matrix.release }}${{ matrix.bindir }}/clang-*-${{ env.suffix }}*"
Expand Down

0 comments on commit abd1aef

Please sign in to comment.