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] Unable to download build after updating @actions/upload-artifact to v4 #8707

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

[Bug] Unable to download build after updating @actions/upload-artifact to v4 #8707

chi3316 opened this issue Sep 18, 2024 · 0 comments · Fixed by #8708

Comments

@chi3316
Copy link
Contributor

chi3316 commented Sep 18, 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

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.

image
Possible reasons for this problem:
image

Steps to Reproduce

  1. Use @actions/upload-artifact@v4 in a GitHub workflow to upload a build artifact.
  2. Use @actions/download-artifact@v4 in a subsequent step or another workflow to download the artifact.
  3. 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

RongtongJin pushed a commit that referenced this issue Sep 19, 2024
#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
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