Skip to content
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

[BUG] Check Compatibility is broken, unable to download results.txt #11645

Closed
peternied opened this issue Dec 19, 2023 · 0 comments · Fixed by #11647
Closed

[BUG] Check Compatibility is broken, unable to download results.txt #11645

peternied opened this issue Dec 19, 2023 · 0 comments · Fixed by #11647
Labels
bug Something isn't working Other

Comments

@peternied
Copy link
Member

Describe the bug

The combability check is unable to download the results.txt file after upgrading to actions/download-artifact@v4

##[debug]Resolved path is /home/runner/work/OpenSearch/OpenSearch
Downloading single artifact
##[debug]Workflow Run Backend ID: 758977e6-062a-486c-9469-02274827592b
##[debug]Workflow Job Run Backend ID: 9f7e937c-306c-5c46-8d63-8e738753ed64
##[debug][Request] ListArtifacts https://results-receiver.actions.githubusercontent.com/twirp/github.actions.results.api.v1.ArtifactService/ListArtifacts
##[debug][Response] - 200
##[debug]Headers: {
##[debug]  "content-length": "16",
##[debug]  "content-type": "application/json",
##[debug]  "date": "Tue, 19 Dec 2023 14:41:04 GMT",
##[debug]  "x-github-backend": "Kubernetes",
##[debug]  "x-github-request-id": "1CC1:[36](https://github.com/opensearch-project/OpenSearch/actions/runs/7254290417/job/19788521048#step:2:37)67:E06CF9:1708857:6581AB80"
##[debug]}
##[debug]Body: {
##[debug]  "artifacts": []
##[debug]}
Error: Unable to download artifact(s): Artifact not found for name: results.txt

Related component

Other

To Reproduce

Create a pull request

Expected behavior

The results should be downloadable and then a comment added to the pull request.

Additional Details

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Other
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant