Closed justanwar closed 4 months ago
The changes update the GitHub Actions workflow configuration to use newer versions of the checkout
and upload-artifact
actions and replace an environment variable for better clarity. These modifications ensure continued functionality and improved consistency as older action versions are deprecated.
Files | Change Summary |
---|---|
.github/workflows/ci-master.yml |
Updated ARTIFACT_DIR to SOURCE_ARTIFACT_DIR , changed actions/checkout and actions/upload-artifact to v4. |
Objective | Addressed | Explanation |
---|---|---|
Update actions/upload-artifact to avoid deprecation (#1459) |
✅ | |
Update actions/checkout to a newer version (#1459) |
✅ |
In the world of Actions, we now renew, With
checkout
andartifact
brought up to view. Gone are the old, deprecated ways, Source artifacts now shine in these days. With paths refined and clarity in sight, Our workflows soar, efficient and bright.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
PR intention
Github is deprecating
actions/checkout
,download-artifact
, andupload-artifact
v1 and v2.Code changes brief
Updates
actions/checkout
,download-artifact
, andupload-artifact
to v4. This will also reduce the warnings in Actions.Closes #1459.