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
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
After updating the @actions/upload-artifact GitHub Action to version 4, the workflow failed to download the build artifacts. I subsequently updated the @actions/download-artifact to version 4, but the issue persists, and the build artifacts are still not downloaded correctly.
Possible reasons for this problem:
Steps to Reproduce
Use @actions/upload-artifact@v4 in a GitHub workflow to upload a build artifact.
Use @actions/download-artifact@v4 in a subsequent step or another workflow to download the artifact.
Run the workflow.
What Did You Expect to See?
The build artifacts should be successfully downloaded by @actions/download-artifact.
What Did You See Instead?
The build artifacts are not being downloaded, causing the workflow to fail.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
#8708)
* Trigger push ci workflow
* Bump @actions/download-artifact version to v4
* Revert "Trigger push ci workflow"
This reverts commit 1d7f3a8.
* Bump @actions/github-script to v7
* rerun ci
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
After updating the @actions/upload-artifact GitHub Action to version 4, the workflow failed to download the build artifacts. I subsequently updated the @actions/download-artifact to version 4, but the issue persists, and the build artifacts are still not downloaded correctly.
Possible reasons for this problem:
Steps to Reproduce
What Did You Expect to See?
The build artifacts should be successfully downloaded by @actions/download-artifact.
What Did You See Instead?
The build artifacts are not being downloaded, causing the workflow to fail.
Additional Context
No response
The text was updated successfully, but these errors were encountered: