Skip to content

Commit 8b7c799

Browse files
authored
Migrate upload-s3 action for workflow windows_job (#6876)
This PR is part of a family of PRs that migrate the use of the upload-artifact-s3 action to the new version hosted in this repository. Together, they address step 1 of #6755. All the PRs are: - [ ] #6840 - [ ] #6872 - [ ] #6873 - [ ] #6874 - [ ] #6875 - [ ] -> #6876
1 parent 9168e62 commit 8b7c799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_job.yml

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

205205
# NB: This only works with our AWS runners
206206
- name: Upload artifacts to S3 (if any)
207-
uses: seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a # v5.1.0
207+
uses: ./test-infra/.github/actions/upload-artifact-s3
208208
if: ${{ always() && inputs.upload-artifact != '' && inputs.upload-artifact-to-s3 }}
209209
with:
210210
retention-days: 14

0 commit comments

Comments
 (0)