From eb7be538d639cfd8a2fdc9a07b17944846720eac Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Thu, 26 Jun 2025 15:23:30 +0200 Subject: [PATCH] Migrate upload-s3 action for clang-tidy-upload --- .github/actions/clang-tidy-upload/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/clang-tidy-upload/action.yml b/.github/actions/clang-tidy-upload/action.yml index e211d324ae..462f1972e8 100644 --- a/.github/actions/clang-tidy-upload/action.yml +++ b/.github/actions/clang-tidy-upload/action.yml @@ -41,7 +41,7 @@ runs: aws-region: us-east-1 output-credentials: true - - uses: seemethere/upload-artifact-s3@v5 + - uses: ./test-infra/.github/actions/upload-artifact-s3 name: Publish clang-tidy binary if: ${{ fromJSON(inputs.upload-to-s3) }} with: @@ -50,7 +50,7 @@ runs: s3-bucket: oss-clang-format path: clang-tidy - - uses: seemethere/upload-artifact-s3@v5 + - uses: ./test-infra/.github/actions/upload-artifact-s3 name: Publish clang-format binary if: ${{ fromJSON(inputs.upload-to-s3) }} with: