apache / rocketmq

Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
https://rocketmq.apache.org/
Apache License 2.0
21.26k stars 11.7k forks source link

[ISSUE #8707] Fix artifact download failure in CI after action upgrade #8708

Closed chi3316 closed 2 months ago

chi3316 commented 2 months ago

Which Issue(s) This PR Fixes

Fixes #8707

Brief Description

After upgrading @actions/upload-artifact to v4, @actions/download-artifact wasn't updated, causing issues with downloading artifacts. This PR upgrades both actions to v4, resolving the issue and allowing the artifact to be downloaded successfully.