Skip to content

Commit 1d8d4e6

Browse files
committed
Migrate upload-s3 action for workflow linux_job_v2
1 parent cb05706 commit 1d8d4e6

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
@@ -334,7 +334,7 @@ jobs:
334334

335335
# NB: This only works with our AWS runners
336336
- name: Upload artifacts to S3 (if any)
337-
uses: seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a # v5.1.0
337+
uses: ./.github/actions/upload-artifact-s3@2bc02bf10219ee519970d8883e3c613a4b2850b8 # v6.0.0
338338
if: ${{ always() && inputs.upload-artifact != '' && inputs.upload-artifact-to-s3 }}
339339
with:
340340
retention-days: 14
@@ -344,7 +344,7 @@ jobs:
344344
path: ${{ runner.temp }}/artifacts/
345345

346346
- name: Upload documentation to S3 (if any)
347-
uses: seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a # v5.1.0
347+
uses: ./.github/actions/upload-artifact-s3@2bc02bf10219ee519970d8883e3c613a4b2850b8 # v6.0.0
348348
if: ${{ steps.check-artifacts.outputs.upload-docs == 1 && github.event.pull_request.number != '' }}
349349
with:
350350
retention-days: 14

0 commit comments

Comments
 (0)