Skip to content

Print artifacts that are found when listing #2475

Description

@mfisher87

Describe the enhancement

Currently, when using actions/download-artifact, it calls this repository's listArtifactsPublic to list the artifacts from the relevant run. When using a pattern to filter artifacts, the reader can't see why the pattern didn't select anything. E.g.:

Found 1 artifact(s)
Filtering artifacts by pattern '{pr-number,jupytergis-playwright-tests,jupytergis-lite-playwright-tests}'
Total of 0 artifact(s) downloaded
Download artifact has finished successfully

Proposal: Print Found 1 artifact(s): [<list of artifacts>]

Code Snippet
If applicable, add a code snippet to show the api enhancement.

-  info(`Found ${artifacts.length} artifact(s)`)
+  info(`Found ${artifacts.length} artifact(s): ${artifacts}`)

Additional information
Add any other context about the feature here.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions