mirror of
https://github.com/actions/toolkit.git
synced 2026-08-29 00:00:23 +02:00
consume new pb wrappers
This commit is contained in:
@@ -107,9 +107,7 @@ export async function downloadArtifactInternal(
|
||||
|
||||
const listReq: ListArtifactsRequest = {
|
||||
workflowRunBackendId,
|
||||
workflowJobRunBackendId,
|
||||
nameFilter: '',
|
||||
idFilter: '0' // TODO(robherley): zero values are awkward, use pb wrappers
|
||||
workflowJobRunBackendId
|
||||
}
|
||||
|
||||
const {artifacts} = await artifactClient.ListArtifacts(listReq)
|
||||
|
||||
Reference in New Issue
Block a user