minor fixes

This commit is contained in:
Rob Herley
2023-12-01 09:05:46 -05:00
parent 57db7a6302
commit a59f976dd4
2 changed files with 5 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ If the error persists, please check whether Actions is operating normally at [ht
*/
async downloadArtifact(
artifactId: number,
options?: Partial<DownloadArtifactOptions & FindOptions>
options?: DownloadArtifactOptions & FindOptions
): Promise<DownloadArtifactResponse> {
if (isGhes()) {
warning(
@@ -152,7 +152,7 @@ If the error persists, please check whether Actions is operating normally at [ht
)
}
return downloadArtifactInternal(artifactId)
return downloadArtifactInternal(artifactId, options)
} catch (error) {
warning(
`Artifact download failed with error: ${error}.