question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: no matching workflow run found

See original GitHub issue

I guess I’m missing something basic, but I couldn’t not find it… I’m trying the most basic configuration. Yes, I provided “github_token:” from github secrets. `Run dawidd6/action-download-artifact@v2 ==> Workflow: myflow.yml ==> Repo: myorg/myrepo ==> Conclusion: completed

Error: no matching workflow run found`

My flow runs about 1.5-3 minutes, so I think it interacts with Github. Is there a way to add a debug output?

TIA, Vitaly

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dawidd6commented, Mar 8, 2022

Mhm, the true/false handling was a bit messed up in older versions of GH Actions toolkit. It was fixed recently but I had no time nor pressure to update the code.

Going to for example: https://github.com/dawidd6/action-download-artifact/actions/runs/$RUN_ID will get you the overview of the workflow run that uploaded the artifact.

0reactions
vitalyk-multinaritycommented, Mar 8, 2022

Dawid, it works now! First of all, many thanks for your plugin and prompt support! Two points:

  1. This behavior seems me a bug
  2. If possible, I’d like to see easier way to identify downloaded artefacts. For now I see in the log only:

==> RunID: 1944802043 ==> Artifact: 179509382

and I’m not sure how to understand these details. I guess that RunID is the internal Github run id, and I see no easy way to link it to the workflow run number or commit hash.

Thank you again, Vitaly

On Tue, Mar 8, 2022 at 9:07 AM Dawid Dziurla @.***> wrote:

Delete search_artifacts line completely and try again.

— Reply to this email directly, view it on GitHub https://github.com/dawidd6/action-download-artifact/issues/138#issuecomment-1061473294, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXE6KLG4LYIVLQKR3SYDD53U634CXANCNFSM5QBCST6Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add config to allow 'no matching workflow run found' #119
The first time a workflow runs with this action, ...
Read more >
GitHub Action workflow not running - Stack Overflow
Whenever you add a new workflow, sometimes it may happen that workflow may not get into the running phase even after everything is...
Read more >
Error: No matching workflow instance ids found in the Nintex ...
The error occurs when the nwadmin PurgewWorkflowData command was run before the nwadmin PurgeHistoryListData; the PurgeHistoryListData command ...
Read more >
Workflows - AWS Glue
Indicates the count of job runs in the ERROR state in the workflow run. WaitingActions – Number (integer). Indicates the count of job...
Read more >
Common error messages in SharePoint workflow development
The workflow operation failed because the workflow lookup found no matching item. This indicates there is an error in the workflow logic. Check ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found