Skip to content

Conversation

@Divyadarshee
Copy link

Summary of changes

Upgraded GitHub Actions in .github/workflows/ from deprecated v3 to v4:

  • actions/checkout@v3actions/checkout@v4
  • actions/upload-artifact@v3actions/upload-artifact@v4

The v3 versions of these actions have reached end-of-life and are no longer maintained. This upgrade addresses potential CI failures from deprecated action versions and ensures the CI/CD pipelines use actively maintained, supported versions of these critical workflow actions.

Closes #5148

Pull Request Checklist

  • Changes have tests (CI workflows are validated through execution)
  • News fragment added in newsfragments/.
    (See documentation for details)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] Upgrade GitHub Actions to v4

1 participant