File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7272 aws s3 cp aws-distro-opentelemetry-node-autoinstrumentation/${{ steps.staging_tarball_output.outputs.STAGING_TARBALL }} s3://${{ env.STAGING_S3_BUCKET }}
7373
7474 - name : Upload Tarball to GitHub Actions
75- uses : actions/upload-artifact@v3
75+ uses : actions/upload-artifact@v4
7676 with :
7777 name : ${{ steps.staging_tarball_output.outputs.STAGING_TARBALL}}
7878 path : aws-distro-opentelemetry-node-autoinstrumentation/${{ steps.staging_tarball_output.outputs.STAGING_TARBALL}}
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 if : ${{ success() }}
134134 uses : actions/upload-artifact@v4
135135 with :
136- name : ${{ env.LAYER_NAME }}
136+ name : ${{ env.LAYER_NAME }}-${{ matrix.aws_region }}
137137 path : ${{ env.LAYER_NAME }}/${{ matrix.aws_region }}
138138 - name : clean s3
139139 if : always()
@@ -149,8 +149,9 @@ jobs:
149149 - name : download layerARNs
150150 uses : actions/download-artifact@v4
151151 with :
152- name : ${{ env.LAYER_NAME }}
152+ name : ${{ env.LAYER_NAME }}-*
153153 path : ${{ env.LAYER_NAME }}
154+ merge-multiple : true
154155 - name : show layerARNs
155156 run : |
156157 for file in ${{ env.LAYER_NAME }}/*
You can’t perform that action at this time.
0 commit comments