Skip to content

Missing output for download-artifact@v3 #442

@ak-a

Description

@ak-a

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"},
		},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions