You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the attempt to download a file that was created in a previous workflow, I get the error: no matching workflow run found.
Problem description:
Repository A uses workflow1.yml, which is located in repository B. workflow1.yml consists of three parts: workflow1a.yml, workflow1b.yml, and workflow1c.yml.
Among the steps taken by workflow1a.yml is uploading an artifact named ansible-inventory using action actions/upload-artifact@v3. Workflow1b.yml uses the download action to download the artifact created during workflow1a.yml.
The whole process is triggered by a push to the b branch.
Despite many attempts to set up the actions, I keep getting no matching workflow run found. I was able to access the file only by removing the branch flag, but the file I then get is outdated.
During the attempt to download a file that was created in a previous workflow, I get the error:
no matching workflow run found
.Problem description:
Repository A uses
workflow1.yml
, which is located in repository B.workflow1.yml
consists of three parts:workflow1a.yml
,workflow1b.yml
, andworkflow1c.yml
.Among the steps taken by
workflow1a.yml
is uploading an artifact namedansible-inventory
using actionactions/upload-artifact@v3
.Workflow1b.yml
uses the download action to download the artifact created duringworkflow1a.yml
.The whole process is triggered by a push to the
b
branch.Despite many attempts to set up the actions, I keep getting
no matching workflow run found
. I was able to access the file only by removing thebranch
flag, but the file I then get is outdated.First attempt:
Second attempt - add check_artifacts and search_artifacts:
Third attempt - refer to the
workflow1a
directly:The text was updated successfully, but these errors were encountered: