From 412f977707107bb23f520c80693f223a3bb1216a Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Mon, 30 Jun 2025 14:37:01 +0200 Subject: [PATCH] Migrate upload-s3 action for linux_job workflow --- .github/workflows/linux_job.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_job.yml b/.github/workflows/linux_job.yml index 8f9057bc7a..8e3bb4be7e 100644 --- a/.github/workflows/linux_job.yml +++ b/.github/workflows/linux_job.yml @@ -329,7 +329,7 @@ jobs: # NB: This only works with our AWS runners - name: Upload artifacts to S3 (if any) - uses: seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a # v5.1.0 + uses: ./.github/actions/upload-artifact-s3@2bc02bf10219ee519970d8883e3c613a4b2850b8 # v6.0.0 if: ${{ always() && inputs.upload-artifact != '' && inputs.upload-artifact-to-s3 }} with: retention-days: 14 @@ -339,7 +339,7 @@ jobs: path: ${{ runner.temp }}/artifacts/ - name: Upload documentation to S3 (if any) - uses: seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a # v5.1.0 + uses: ./.github/actions/upload-artifact-s3@2bc02bf10219ee519970d8883e3c613a4b2850b8 # v6.0.0 if: ${{ steps.check-artifacts.outputs.upload-docs == 1 && github.event.pull_request.number != '' }} with: retention-days: 14