Skip to content
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

Update some workflows upload/download artifact actions #507

Merged
merged 5 commits into from
Aug 5, 2024

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Jul 31, 2024

cmaglie added 5 commits July 31, 2024 15:46
The workflow do not upload multiple artifacts under the same 'name', so
it can be easily upgraded to v4 without the need to handle breaking
changes.
The workflow previously uploaded multiple artifacts under the same
'name'. This is no more allowed on v4, so we have to upload each
artifact under a unique name. When downloading we can merge multiple
artifacts using the 'pattern' matching and the `merge-multiple: true`
option.
The workflow do not upload multiple artifacts under the same 'name', so
it can be easily upgraded to v4 without the need to handle breaking
changes.
The workflow previously uploaded multiple artifacts under the same
'name'. This is no more allowed on v4, so we have to upload each
artifact under a unique name. When downloading we can merge multiple
artifacts using the 'pattern' matching and the `merge-multiple: true`
option.
…geekyeggo/delete-artifact@v5

The workflow previously uploaded multiple artifacts under the same
'name'. This is no more allowed on v4, so we have to upload each
artifact under a unique name. When downloading we can merge multiple
artifacts using the 'pattern' matching and the `merge-multiple: true`
option.
The geekyeggo/delete-artifact instead can use the pattern matching
directly in the `name` field.
@cmaglie cmaglie merged commit 2292b6a into main Aug 5, 2024
63 checks passed
@cmaglie cmaglie deleted the update-some-workflows-artifact-actions branch August 5, 2024 14:46
@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants