I've got a bunch of CI test, running in parallel tests jobs. Every of then stores some report as an artifact, tests are cope with upload-artifact/merge@v4. Because problems with concurrency described here https://github.com/orgs/community/discussions/12835 I need to rerun some skipped tests. After rerun only artifacts from the last run attempt (and matching pattern) are merged to a common output artifacts. Reports from eg. run attempt #1 do not contribute to the final upload-artifact/merge@v4 output.
What did you expect to happen?
upload-artifact/merge@v4 should merge artifacts from every run attempt
What happened?
I've got a bunch of CI test, running in parallel tests jobs. Every of then stores some report as an artifact, tests are cope with
upload-artifact/merge@v4
. Because problems with concurrency described here https://github.com/orgs/community/discussions/12835 I need to rerun some skipped tests. After rerun only artifacts from the last run attempt (and matching pattern) are merged to a common output artifacts. Reports from eg.run attempt #1
do not contribute to the finalupload-artifact/merge@v4
output.What did you expect to happen?
upload-artifact/merge@v4
should merge artifacts from every run attemptHow can we reproduce it?
Anything else we need to know?
No response
What version of the action are you using?
v4 (v4.3.1)
What are your runner environments?
self-hosted, linux
Are you on GitHub Enterprise Server? If so, what version?
No response