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 @@ -329,7 +329,7 @@ jobs:
329
329
330
330
# NB: This only works with our AWS runners
331
331
- 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
333
333
if : ${{ always() && inputs.upload-artifact != '' && inputs.upload-artifact-to-s3 }}
334
334
with :
335
335
retention-days : 14
@@ -339,7 +339,7 @@ jobs:
339
339
path : ${{ runner.temp }}/artifacts/
340
340
341
341
- 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
343
343
if : ${{ steps.check-artifacts.outputs.upload-docs == 1 && github.event.pull_request.number != '' }}
344
344
with :
345
345
retention-days : 14
You can’t perform that action at this time.
0 commit comments