-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Description
https://github.com/actions/download-artifact/tree/v3?tab=readme-ov-file#download-path-output
@V3 does have an download-path output as per documentation. Can we have this added to the checks please?
https://github.com/rhysd/actionlint/blob/main/popular_actions.go#L611-L631
suggestion:
"actions/download-artifact@v3": {
Name: "Download a Build Artifact",
Inputs: ActionMetadataInputs{
"name": {"name", false},
"path": {"path", false},
},
Outputs: ActionMetadataOutputs{
"download-path": {"download-path"},
}, },
"actions/download-artifact@v4": {
Name: "Download a Build Artifact",
Inputs: ActionMetadataInputs{
"github-token": {"github-token", false},
"merge-multiple": {"merge-multiple", false},
"name": {"name", false},
"path": {"path", false},
"pattern": {"pattern", false},
"repository": {"repository", false},
"run-id": {"run-id", false},
},
Outputs: ActionMetadataOutputs{
"download-path": {"download-path"},
},
nhavens
Metadata
Metadata
Assignees
Labels
No labels