Skip to content

Commit 412f977

Browse files
committed
Migrate upload-s3 action for linux_job workflow
1 parent cb05706 commit 412f977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_job.yml

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

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

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

0 commit comments

Comments
 (0)