hedera-json-rpc-relay
hedera-json-rpc-relay copied to clipboard
Update upload-artifact/download-artifact versions for test reports
Problem
Test reports are using actions/upload-artifact and actions/download-artifact. We noticed the following message on the both providers:
Warning
actions/upload-artifact@v3 is scheduled for deprecation on November 30, 2024. [Learn more.](https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/) Similarly, v1/v2 are scheduled for deprecation on June 30, 2024. Please update your workflow to use v4 of the artifact actions. This deprecation will not impact any existing versions of GitHub Enterprise Server being used by customers.
As we are currently using v3, we should plan upgrade to v4 of both
Solution
Upgrade both actions/upload-artifact and actions/download-artifact to v4 before November 30, 2024.
Alternatives
No response