-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workflow Run Referenced an Incorrect Artifact #265
Comments
You specify the |
Thank you for the response. I'll check with GitHub support to see if that is actually what happened. |
Any luck? Can we close this issue? |
I have the same issue since this morning: ==> (found) Run ID: 10298472689 The download action is not targetting the latest run with the workflow name but rather an older one |
I am using this GitHub Action in one of my workflows in order to retrieve and execute SQL scripts that were created during a previous job. However, I noticed that in one scenario of using this action, it retrieved the wrong GitHub artifact.
With the parameters that I used in my workflow, the action should only retrieve the artifacts that are associated with the current PR.
However, during one of its runs on PR #941 it appears to have retrieved an artifact that was associated with PR #956.
This is the workflow run from PR #941 that retrieved the incorrect artifact. The artifact it retrieved was
1057981208
.This is the artifact where it originally appears, as attached to a workflow related to a separate PR.
I will also be reaching out to GitHub directly to see if there is any more information that I can relay back to you.
The text was updated successfully, but these errors were encountered: