Skip to content

upgrade actions checkout and upload artifact to v4#5149

Open
Divyadarshee wants to merge 1 commit intopypa:mainfrom
Divyadarshee:bugfix/upgrade-actions-to-v4
Open

upgrade actions checkout and upload artifact to v4#5149
Divyadarshee wants to merge 1 commit intopypa:mainfrom
Divyadarshee:bugfix/upgrade-actions-to-v4

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