Skip to content

chore(workflow): update upload-artifact & download-artifact action fr…#1140

Merged
dadiorchen merged 1 commit intomasterfrom
GitHub-Action-for-CI/CD-failed-#1139
Sep 26, 2025
Merged

chore(workflow): update upload-artifact & download-artifact action fr…#1140
dadiorchen merged 1 commit intomasterfrom
GitHub-Action-for-CI/CD-failed-#1139

Conversation

@yash-1104github
Copy link
Copy Markdown
Collaborator

Description

  • This PR updates the GitHub Actions workflow to use actions/upload-artifact@v4 and actions/download-artifact@v4, instead of the deprecated v2 version, now Version 4 provides performance improvements, better handling of large files, and continued support from GitHub.

Issue(s) addressed

What kind of change(s) does this PR introduce?

  • Enhancement
  • Bug fix
  • Refactor

Please check if the PR fulfils these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Issue

What is the current behavior?

  • Workflows use actions/upload-artifact@v2, and actions/download-artifact@v2, which is deprecated due to which Client Job is failed.

What is the new behavior?

  • Workflows now use actions/upload-artifact@v4, and actions/download-artifact@v4, ensuring compatibility, better performance, and long-term support.

Breaking change

Does this PR introduce a breaking change?

  • No

Other useful information

  • No application logic is affected.
  • This change only impacts CI/CD workflows.

@yash-1104github yash-1104github requested a review from a team as a code owner September 26, 2025 11:01
@dadiorchen dadiorchen merged commit 39b4e05 into master Sep 26, 2025
1 check passed
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.

2 participants