-
Notifications
You must be signed in to change notification settings - Fork 58
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
Upgrade GitHub Actions to node20 runtime #131
Conversation
8cff3ce
to
d5b47b8
Compare
upgrade runtime to node20 [1] https://github.blog/changelog/2023-12-14-github-actions-artifacts-v4-is-now-generally-available/ [2] https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ [3] https://github.blog/news-insights/product-news/get-started-with-v4-of-github-actions-artifacts/ [4] https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md
macos-latest is currently an alias for macOS 14 Arm64, and python 3.7 is already EOL, so drop it on macOS. [1] actions/runner-images#9741 [2] https://github.com/actions/runner-images#available-images
d5b47b8
to
ef88ada
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #131 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 5 6 +1
Lines 105 109 +4
Branches 25 25
=========================================
+ Hits 105 109 +4 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!! Sorry for the late approval I was out of town!
close: #130