What happened?
It seems the action created multiple artifacts with the same name within one workflow.
The reason why we build such workflows is to be able to aggregate outputs from several jobs as GH does not offer any other way of communication among distanced jobs...

What did you expect to happen?
it will overwrite the past artifact or raise an error...
How can we reproduce it?
See the linked workflow - https://github.com/Lightning-AI/utilities/actions/runs/7253160143?pr=209
Anything else we need to know?
These actions are wrapped in composite action; I'm not sure if it may have any impact...
the main workflow
|- shared workflow / job A (upload)
|- shared workflow / job B
| |- composite action (download & upload)
What version of the action are you using?
4.0.0
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
No response
What happened?
It seems the action created multiple artifacts with the same name within one workflow.
The reason why we build such workflows is to be able to aggregate outputs from several jobs as GH does not offer any other way of communication among distanced jobs...
What did you expect to happen?
it will overwrite the past artifact or raise an error...
How can we reproduce it?
See the linked workflow - https://github.com/Lightning-AI/utilities/actions/runs/7253160143?pr=209
Anything else we need to know?
These actions are wrapped in composite action; I'm not sure if it may have any impact...
What version of the action are you using?
4.0.0
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
No response