Skip to content

Commit 53cff80

Browse files
authored
Migrate upload-s3 action for workflow linux_job_v2 (#6873)
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 - [ ] #6872 - [ ] -> #6873 - [ ] #6874 - [ ] #6875 - [ ] #6876
1 parent a9a340a commit 53cff80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_job_v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331

332332
# NB: This only works with our AWS runners
333333
- name: Upload artifacts to S3 (if any)
334-
uses: seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a # v5.1.0
334+
uses: ./test-infra/.github/actions/upload-artifact-s3
335335
if: ${{ always() && inputs.upload-artifact != '' && inputs.upload-artifact-to-s3 }}
336336
with:
337337
retention-days: 14
@@ -341,7 +341,7 @@ jobs:
341341
path: ${{ runner.temp }}/artifacts/
342342

343343
- name: Upload documentation to S3 (if any)
344-
uses: seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a # v5.1.0
344+
uses: ./test-infra/.github/actions/upload-artifact-s3
345345
if: ${{ steps.check-artifacts.outputs.upload-docs == 1 && github.event.pull_request.number != '' }}
346346
with:
347347
retention-days: 14

0 commit comments

Comments
 (0)