1
0
mirror of https://github.com/actions/download-artifact.git synced 2025-12-06 09:47:49 +01:00
This commit is contained in:
Ryan Ghadimi
2025-03-19 12:26:46 +00:00
parent 53f6aa5f93
commit 3ffa694f6f

View File

@@ -76,7 +76,7 @@ describe('download', () => {
})
)
expect(core.info).toHaveBeenCalledWith('Total of 1 artifact(s) downloaded')
expect(core.setOutput).toHaveBeenCalledWith(
'download-path',
expect.any(String)