Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumped the upload-artifact action from version 3 to version 4. #4204

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

MohitMaliFtechiz
Copy link
Collaborator

Fixes #4203

  • The CI pipeline failed due to the deprecated version of upload-artifact (v3).
  • Upgrading to version 4 resolves the deprecation error and ensures compatibility with the latest features and improvements. Apart from this, the other actions are using the latest versions.

* The CI pipeline was failing due to the deprecated version of `upload-artifact` (v3).
* Upgrading to version 4 resolves the deprecation error and ensures compatibility with the latest features and improvements.
Copy link

codecov bot commented Jan 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.71%. Comparing base (7346383) to head (1690a76).
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #4204      +/-   ##
============================================
- Coverage     56.88%   56.71%   -0.18%     
+ Complexity     1544     1530      -14     
============================================
  Files           313      313              
  Lines         13510    13510              
  Branches       1695     1695              
============================================
- Hits           7685     7662      -23     
- Misses         4655     4680      +25     
+ Partials       1170     1168       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kelson42 kelson42 merged commit 553fc44 into main Jan 31, 2025
31 checks passed
@kelson42 kelson42 deleted the Fixes#4203 branch January 31, 2025 10:09
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 using the deprecated upload-artifact version, and due to that CI is not running.
3 participants