mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-24 00:26:11 +02:00
Fix node version incompatibility error
This commit is contained in:
parent
34557c202d
commit
be5b3c3925
2 changed files with 4 additions and 4 deletions
|
@ -68,8 +68,8 @@ async function run(): Promise<void> {
|
|||
)
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
core.setFailed(err.message)
|
||||
} catch (error) {
|
||||
core.setFailed((error as Error).message)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue