Skip to content

Commit 9168e62

Browse files
authored
Migrate upload-s3 action for clang-tidy-upload (#6840)
This PR is part of a family of PRs that migrate the use of the upload-artifact-s3 action to the new version hosted in this repository. Together, they address step 1 of #6755. All the PRs are: - [ ] -> #6840 - [ ] #6873 - [ ] #6872 - [ ] #6874 - [ ] #6875 - [ ] #6876
1 parent 2e84284 commit 9168e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/clang-tidy-upload/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
aws-region: us-east-1
4242
output-credentials: true
4343

44-
- uses: seemethere/upload-artifact-s3@v5
44+
- uses: ./test-infra/.github/actions/upload-artifact-s3
4545
name: Publish clang-tidy binary
4646
if: ${{ fromJSON(inputs.upload-to-s3) }}
4747
with:
@@ -50,7 +50,7 @@ runs:
5050
s3-bucket: oss-clang-format
5151
path: clang-tidy
5252

53-
- uses: seemethere/upload-artifact-s3@v5
53+
- uses: ./test-infra/.github/actions/upload-artifact-s3
5454
name: Publish clang-format binary
5555
if: ${{ fromJSON(inputs.upload-to-s3) }}
5656
with:

0 commit comments

Comments
 (0)