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

ghactions-upgraded #1526

Open
wants to merge 7 commits into
base: development
Choose a base branch
from

Conversation

aleksandarknezevic
Copy link

@aleksandarknezevic aleksandarknezevic commented Nov 22, 2024

Closes #1320

Introduced changes

Upgrades GitHub Actions:

  • actions/setup-python@v4 -> actions/setup-python@v5
  • actions/upload-artifact@v3 -> actions/upload-artifact@v4
  • actions/download-artifact@v3 -> actions/download-artifact@v4
  • codecov/codecov-action@v3 -> codecov/codecov-action@v5

Example of updated workflow run

Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.87%. Comparing base (345b0ba) to head (0d3cd27).
Report is 151 commits behind head on development.

Additional details and impacted files
@@               Coverage Diff               @@
##           development    #1526      +/-   ##
===============================================
- Coverage        96.97%   92.87%   -4.11%     
===============================================
  Files               93      108      +15     
  Lines             4766     5587     +821     
===============================================
+ Hits              4622     5189     +567     
- Misses             144      398     +254     

see 18 files with indirect coverage changes

@franciszekjob
Copy link
Collaborator

Thanks for this little update @aleksandarknezevic 👍

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.

Update github actions versions
2 participants