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 e32c622 commit eb7be53Copy full SHA for eb7be53
.github/actions/clang-tidy-upload/action.yml
@@ -41,7 +41,7 @@ runs:
41
aws-region: us-east-1
42
output-credentials: true
43
44
- - uses: seemethere/upload-artifact-s3@v5
+ - uses: ./test-infra/.github/actions/upload-artifact-s3
45
name: Publish clang-tidy binary
46
if: ${{ fromJSON(inputs.upload-to-s3) }}
47
with:
@@ -50,7 +50,7 @@ runs:
50
s3-bucket: oss-clang-format
51
path: clang-tidy
52
53
54
name: Publish clang-format binary
55
56
0 commit comments