mirror of
https://gitea.com/actions/upload-artifact.git
synced 2025-12-16 05:31:43 +08:00
Fix node version incompatibility error
This commit is contained in:
@@ -68,8 +68,8 @@ async function run(): Promise<void> {
|
||||
)
|
||||
}
|
||||
}
|
||||
} catch (err) {
|
||||
core.setFailed(err.message)
|
||||
} catch (error) {
|
||||
core.setFailed((error as Error).message)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user