We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1b849 commit 33c7f3aCopy full SHA for 33c7f3a
1 file changed
.github/workflows/debos.yml
@@ -59,15 +59,15 @@ jobs:
59
name: "u-boot-rb1-links",
60
page: 0,
61
per_page: 1,
62
- })[0];
+ }).data.artifacts[0];
63
let linux_deb =
64
await github.rest.actions.listArtifactsForRepo({
65
owner: context.repo.owner,
66
repo: context.repo.repo,
67
name: "linux-deb-links",
68
69
70
71
// download both in memory
72
let linux_deb_dl =
73
await github.rest.actions.downloadArtifact({
0 commit comments