download-artifact
download-artifact copied to clipboard
[bug] v2 shows as latest version, marketplace entry is confusing
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.
- While this action is called "download-artifact" (and indeed referenced by
uses: actions/download-artifact
), visitinghttps://github.com/marketplace/actions/download-artifact
shows a different action that isn't created by GitHub.
That action is implemented by uses: aochmann/[email protected]
, but the listing appears as below:
I think this could cause serious confusion among people looking to implement to the GitHub-owned action.
- 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? 🤔):
What did you expect to happen?
-
To visit https://github.com/marketplace/actions/download-artifact and to find this action.
-
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