Update distributables

This commit is contained in:
James M. Greene
2024-02-05 18:29:18 -06:00
parent c2c861cca0
commit 0b3be6ba52
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View File

@@ -147161,7 +147161,7 @@ async function getArtifactMetadata({ artifactName }) {
if (artifactCount === 0) { if (artifactCount === 0) {
throw new Error( throw new Error(
`No artifacts named "${artifactName}" were found for this workflow run. Ensure artifacts are uploaded with actions/artifact@v4 or later.` `No artifacts named "${artifactName}" were found for this workflow run. Ensure artifacts are uploaded with actions/upload-artifact@v4 or later.`
) )
} else if (artifactCount > 1) { } else if (artifactCount > 1) {
throw new Error( throw new Error(

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long