Skip to content

Artifact name for 'Archive receipt' should be configurable #644

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wbonnefond opened this issue Aug 2, 2024 · 2 comments · Fixed by #648
Closed

Artifact name for 'Archive receipt' should be configurable #644

wbonnefond opened this issue Aug 2, 2024 · 2 comments · Fixed by #648

Comments

@wbonnefond
Copy link

wbonnefond commented Aug 2, 2024

Issue:

When running the experiments using a matrixed workflow, the Archvie receipt step will fail because the artifact name is the same across all matrixed jobs in the workflow. This was a breaking change with the v4 upload artifact release.

Screenshot 2024-08-02 at 10 57 04 AM

Solution

The artifact name for the Archive receipt step for each experiment should be configurable as part of the action

@erichaagdev
Copy link
Member

Hi, @wbonnefond. Thanks for taking the time to report this.

Do you actually need full control over the artifact name or would it be acceptable if we could ensure the artifact name was unique across all matrixed runs?

@wbonnefond
Copy link
Author

I don't need full control over it, I just need to ensure it is unique. We're running this in a matrix against 8 apps in our repo, so the easiest solution in our workflow would be to just append the app name to the artifact name like archiveReceiptArtifactName: "experiment-1-receipt-${{ matrix.target.project }}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants