actions / upload-artifact

MIT License
3.16k stars 708 forks source link

[bug] #572

Closed RachelXGanon closed 4 months ago

RachelXGanon commented 4 months ago

What happened?

I try to run the pipeline and it failed after 4 secs. In the logs I see it fail for action upload-artifact

2024-06-03T10:43:15.4151623Z Download action repository 'actions/upload-artifact@v4' (SHA:xxx)
2024-06-03T10:43:17.0985021Z ##[error]System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node20' is not supported, use 'docker', 'node12' or 'node16' instead.')
   at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs)
   at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
2024-06-03T10:43:17.1007787Z ##[error]Fail to load actions\checkout\v4\action.yml

What did you expect to happen?

Just to work I guess.

How can we reproduce it?

I use actions/upload-artifact@v4

Anything else we need to know?

No response

What version of the action are you using?

v4

What are your runner environments?

window

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

No response