Skip to content

Commit 4c3c889

Browse files
committed
Migrate upload-s3 action for workflow macos_job
1 parent cb05706 commit 4c3c889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202

203203
# NB: This only works with our AWS runners
204204
- name: Upload artifacts to S3 (if any)
205-
uses: seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a # v5.1.0
205+
uses: ./.github/actions/upload-artifact-s3@2bc02bf10219ee519970d8883e3c613a4b2850b8 # v6.0.0
206206
if: ${{ always() && inputs.upload-artifact != '' && inputs.upload-artifact-to-s3 }}
207207
with:
208208
retention-days: 14

0 commit comments

Comments
 (0)