File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ jobs:
334
334
335
335
# NB: This only works with our AWS runners
336
336
- 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
338
338
if : ${{ always() && inputs.upload-artifact != '' && inputs.upload-artifact-to-s3 }}
339
339
with :
340
340
retention-days : 14
@@ -344,7 +344,7 @@ jobs:
344
344
path : ${{ runner.temp }}/artifacts/
345
345
346
346
- 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
348
348
if : ${{ steps.check-artifacts.outputs.upload-docs == 1 && github.event.pull_request.number != '' }}
349
349
with :
350
350
retention-days : 14
You can’t perform that action at this time.
0 commit comments