mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2026-03-26 17:58:04 +03:00
Fix node version incompatibility error
This commit is contained in:
parent
34557c202d
commit
be5b3c3925
2 changed files with 4 additions and 4 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -5229,8 +5229,8 @@ function run() {
|
|||
}
|
||||
}
|
||||
}
|
||||
catch (err) {
|
||||
core.setFailed(err.message);
|
||||
catch (error) {
|
||||
core.setFailed(error.message);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue