mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-18 21:49:56 +08:00
implement new artifact-ids
input
This commit is contained in:
@@ -112,7 +112,7 @@ describe('download', () => {
|
||||
await run()
|
||||
|
||||
expect(core.info).toHaveBeenCalledWith(
|
||||
'No input name or pattern filtered specified, downloading all artifacts'
|
||||
'No input name, artifact-ids or pattern filtered specified, downloading all artifacts'
|
||||
)
|
||||
|
||||
expect(core.info).toHaveBeenCalledWith('Total of 2 artifact(s) downloaded')
|
||||
|
Reference in New Issue
Block a user