Skip to content

Commit 16ff89c

Browse files
committed
Migrate upload-s3 action for workflow windows_job
1 parent cb05706 commit 16ff89c

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: ./.github/actions/upload-artifact-s3@2bc02bf10219ee519970d8883e3c613a4b2850b8 # v6.0.0
208208
if: ${{ always() && inputs.upload-artifact != '' && inputs.upload-artifact-to-s3 }}
209209
with:
210210
retention-days: 14

0 commit comments

Comments
 (0)