Closed chi3316 closed 2 months ago
Fixes #8707
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.
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.