mirror of
https://github.com/actions/toolkit
synced 2025-05-10 17:12:54 +00:00
readme & error updates
This commit is contained in:
parent
449b28aee2
commit
e27efe5620
2 changed files with 51 additions and 7 deletions
|
@ -29,7 +29,7 @@ export class ArtifactNotFoundError extends Error {
|
|||
|
||||
export class GHESNotSupportedError extends Error {
|
||||
constructor(
|
||||
message = '@actions/artifact v2.0.0+ and download-artifact@v4+ are not currently supported on GHES.'
|
||||
message = '@actions/artifact v2.0.0+, upload-artifact@v4+ and download-artifact@v4+ are not currently supported on GHES.'
|
||||
) {
|
||||
super(message)
|
||||
this.name = 'GHESNotSupportedError'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue