You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unique artifact names for upload and merge for download (#1014)
*Issue*: The `upload-artifact@v4` action no longer allows uploading
artifacts with same name. Thus the release lambda workflow fails:
https://github.com/aws-observability/aws-otel-java-instrumentation/actions/runs/13146172757
*Description of changes:*
- Taking the [fix that was done for the Application Signals .Net Lambda
Layer](aws-observability/aws-otel-dotnet-instrumentation@d752769):
- Appending region to the artifact name for making it unique
- While downloading these artifacts we will just merge.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
0 commit comments