Update distributables

This commit is contained in:
James M. Greene
2023-12-22 12:53:28 -06:00
parent d6fbcf80b1
commit e03d00b325
3 changed files with 4 additions and 3 deletions

3
dist/index.js generated vendored
View File

@@ -146615,6 +146615,7 @@ async function getArtifactMetadata({ artifactName }) {
const twirpResponse = await artifactClient.listArtifacts()
response = wrapTwirpResponseLikeOctokit(twirpResponse, requestOptions)
} catch (twirpError) {
core.error('Listing artifact metadata failed', twirpError)
const octokitError = wrapTwirpErrorLikeOctokit(twirpError, requestOptions)
throw octokitError
}
@@ -146644,7 +146645,7 @@ async function getArtifactMetadata({ artifactName }) {
return artifact
} catch (error) {
core.error(
'Fetching artifact metadata failed. Is githubstatus.com reporting issues with API requests, Pages or Actions? Please re-run the deployment at a later time.',
'Fetching artifact metadata failed. Is githubstatus.com reporting issues with API requests, Pages, or Actions? Please re-run the deployment at a later time.',
error
)
throw error

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long