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

fix(github): bump upload/download artifact actions to v4; resolves runtime deprecation warnings #3335

Merged
merged 4 commits into from Feb 9, 2024

Conversation

icj217
Copy link
Contributor

@icj217 icj217 commented Feb 7, 2024

Update artifact-related github actions that are generating warnings in projects due to nodejs 16 being deprecated in github actions runners.

v4 of actions/upload-artifact introduced some breaking changes, so we've set overwrite to be true by default to mirror the previous behavior as closely as possible.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov-commenter
Copy link

codecov-commenter commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (41b610d) 96.28% compared to head (68a29cb) 96.29%.
Report is 4 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3335   +/-   ##
=======================================
  Coverage   96.28%   96.29%           
=======================================
  Files         191      191           
  Lines       36709    36720   +11     
  Branches     3435     3436    +1     
=======================================
+ Hits        35347    35360   +13     
+ Misses       1362     1360    -2     

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

@icj217 icj217 marked this pull request as ready for review February 7, 2024 21:11
@icj217 icj217 changed the title chore(github): bump actions to versions with LTS node version chore(github): bump actions to versions with non-deprecated node version Feb 7, 2024
Copy link
Contributor

@mrgrain mrgrain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you keep this limited to upload/download and split other actions in to separate PRs please?

@icj217 icj217 changed the title chore(github): bump actions to versions with non-deprecated node version fix(github): bump upload/download artifact actions to v4 to resolve deprecation warnings Feb 8, 2024
@icj217
Copy link
Contributor Author

icj217 commented Feb 8, 2024

Can you keep this limited to upload/download and split other actions in to separate PRs please?

Sure thing. Here's the separate PR

@icj217 icj217 requested a review from mrgrain February 8, 2024 14:07
@mrgrain mrgrain changed the title fix(github): bump upload/download artifact actions to v4 to resolve deprecation warnings feat(github): bump upload/download artifact actions to v4, resolves runtime deprecation warnings Feb 9, 2024
icj217 and others added 2 commits February 9, 2024 08:39
Co-authored-by: Momo Kornher <mail@moritzkornher.de>
Copy link
Contributor

@mrgrain mrgrain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@mrgrain mrgrain changed the title feat(github): bump upload/download artifact actions to v4, resolves runtime deprecation warnings fix(github): bump upload/download artifact actions to v4, resolves runtime deprecation warnings Feb 9, 2024
@mrgrain mrgrain changed the title fix(github): bump upload/download artifact actions to v4, resolves runtime deprecation warnings fix(github): bump upload/download artifact actions to v4; resolves runtime deprecation warnings Feb 9, 2024
@mergify mergify bot merged commit 0fcbcb3 into projen:main Feb 9, 2024
18 checks 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.

None yet

3 participants