readme & error updates

This commit is contained in:
Rob Herley
2023-12-05 21:55:22 +00:00
committed by GitHub
parent 449b28aee2
commit e27efe5620
2 changed files with 51 additions and 7 deletions

View File

@@ -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'