1
0
Fork 0
mirror of https://code.forgejo.org/actions/download-artifact synced 2025-06-07 20:48:21 +02: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)