download-artifact icon indicating copy to clipboard operation
download-artifact copied to clipboard

[bug] v2 shows as latest version, marketplace entry is confusing

Open pauleustice opened this issue 1 year ago • 0 comments

What happened?

Note: This reports bugs in the Actions Marketplace, rather than the functionality of this action.

I have noticed two strange bugs in the marketplace entry for download-artifact.

  1. While this action is called "download-artifact" (and indeed referenced by uses: actions/download-artifact), visiting https://github.com/marketplace/actions/download-artifact shows a different action that isn't created by GitHub.
Screenshot 2023-08-02 at 11 25 47

That action is implemented by uses: aochmann/[email protected], but the listing appears as below:

Screenshot 2023-08-02 at 11 29 08

I think this could cause serious confusion among people looking to implement to the GitHub-owned action.

  1. The latest version of this action is showing as 2.11, when there is actually a v3.0.2 released (which shows as an older version? 🤔):
Screenshot 2023-08-02 at 11 26 34

What did you expect to happen?

  1. To visit https://github.com/marketplace/actions/download-artifact and to find this action.

  2. To see 3.0.2 as the latest version

How can we reproduce it?

By visiting the steps mentioned above.

Anything else we need to know?

No response

What version of the action are you using?

v3.0.2

What are your runner environments?

linux

Are you on GitHub Enterprise Server? If so, what version?

No response

pauleustice avatar Aug 02 '23 10:08 pauleustice