-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
Summary
Upgrade GitHub Actions workflows to use v4 versions of deprecated actions.
Motivation
The CI workflows currently use deprecated versions of GitHub Actions that have reached end-of-life:
actions/checkout@v3actions/upload-artifact@v3
These versions are no longer maintained by GitHub and should be upgraded to their actively supported v4 counterparts to:
- Ensure CI/CD pipeline stability
- Use secure, maintained versions of these critical workflow actions
- Prevent potential failures from deprecated action versions
Details
This is a routine infrastructure maintenance task to keep the GitHub Actions in .github/workflows/ current with GitHub's recommendations.
Files affected
.github/workflows/ci-sage.ymland.github/workflows/main.yml- all workflow files using v3 actions will be updated to v4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels