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] Artifact download fails in PR E2E workflow due to outdated actions/github-script version #8747

Closed
3 tasks done
chi3316 opened this issue Sep 25, 2024 · 0 comments · Fixed by #8748
Closed
3 tasks done

Comments

@chi3316
Copy link
Contributor

chi3316 commented Sep 25, 2024

Before Creating the Bug Report

  • I found a bug, not just asking a question, which should be created in GitHub Discussions.

  • I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.

  • I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.

Runtime platform environment

Github Action

RocketMQ version

branch: develop

JDK Version

No response

Describe the Bug

The PR E2E workflow fails to download the rocketmq artifact because the actions/github-script version used is outdated. The newer GitHub API has breaking changes that require an updated script version to function properly.

image

Steps to Reproduce

  1. Create a pull request triggering the PR E2E workflow.
  2. Workflow attempts to download the artifact rocketmq using an outdated version of actions/github-script.
  3. Workflow fails with an error during the artifact retrieval step.

What Did You Expect to See?

Successful download of the rocketmq artifact during the E2E workflow execution.

What Did You See Instead?

An error occurred during the artifact download process, causing the workflow to fail.

Additional Context

No response

RongtongJin pushed a commit that referenced this issue Sep 25, 2024
* Update download artifact script

* Trigger ci

* Revert "Trigger ci"

This reverts commit a971f32.

* Trigger ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant