hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
37 stars 50 forks source link

Update upload-artifact/download-artifact versions for test reports #812

Open yaroslav-007 opened 2 weeks ago

yaroslav-007 commented 2 weeks ago

Problem

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