Search capability#122
Conversation
|
my apologies, now all checks have passed |
|
That's a nice addition 👍 |
|
This is the missing changes, which would help me significantly! Thx for sharing! :) |
|
@dawidd6 check_artifacts did not work on my pipeline. It did not found the artifact which was created by an older run. Edit: I saw the PR from https://github.com/dawidd6/action-download-artifact/pull/88/files : I think they only download the artifact from the latest Workflow, but not older ones. Thats why this change is different. |
|
This change allows you to identify and download an artifact based on its name (useful when, for example, you store artifacts with the version name). from my analysis, the check_artifacts downloads the latest available artifact. |
|
Change the input to be a boolean, we already have |
|
Changed. Thanks |
dawidd6
left a comment
There was a problem hiding this comment.
Tweaked the logic a bit. Thanks.
Co-authored-by: martcus <marco.lovazzano@accenture.com> Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
For those who need to find a certain artifact knowing only its name.