We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc704b6 commit 33a43d5Copy full SHA for 33a43d5
.github/workflows/macos_job.yml
@@ -202,7 +202,7 @@ jobs:
202
203
# NB: This only works with our AWS runners
204
- name: Upload artifacts to S3 (if any)
205
- uses: seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a # v5.1.0
+ uses: ./test-infra/.github/actions/upload-artifact-s3
206
if: ${{ always() && inputs.upload-artifact != '' && inputs.upload-artifact-to-s3 }}
207
with:
208
retention-days: 14
0 commit comments