Skip to content

Update to newer versions of actions to address Node.js 20 deprecation#2894

Merged
gsheni merged 1 commit into
mainfrom
issue-2893-use-nodejs-24-compatible-github-actions
May 28, 2026
Merged

Update to newer versions of actions to address Node.js 20 deprecation#2894
gsheni merged 1 commit into
mainfrom
issue-2893-use-nodejs-24-compatible-github-actions

Conversation

@gsheni
Copy link
Copy Markdown
Contributor

@gsheni gsheni commented May 27, 2026

@gsheni gsheni self-assigned this May 27, 2026
- if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.14
name: Upload unit codecov report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v6
Copy link
Copy Markdown
Contributor Author

@gsheni gsheni May 27, 2026

Choose a reason for hiding this comment

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

file (this has been deprecated in favor of files)

https://github.com/codecov/codecov-action#migration-guide

@gsheni gsheni marked this pull request as ready for review May 27, 2026 20:08
@gsheni gsheni requested a review from a team as a code owner May 27, 2026 20:08
@gsheni gsheni requested review from a team, frances-h, rwedge and sarahmish and removed request for a team and sarahmish May 27, 2026 20:08
@codecov
Copy link
Copy Markdown

codecov Bot commented May 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.06%. Comparing base (d44bfc8) to head (aed7d45).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2894      +/-   ##
==========================================
+ Coverage   98.04%   98.06%   +0.01%     
==========================================
  Files          73       73              
  Lines        8454     8454              
==========================================
+ Hits         8289     8290       +1     
+ Misses        165      164       -1     
Flag Coverage Δ
integration 75.86% <ø> (+0.01%) ⬆️
unit 97.09% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gsheni gsheni requested a review from pvk-developer May 28, 2026 13:04
@gsheni gsheni force-pushed the issue-2893-use-nodejs-24-compatible-github-actions branch from d2e609f to aed7d45 Compare May 28, 2026 13:18
@gsheni gsheni merged commit 9633f1f into main May 28, 2026
47 checks passed
@gsheni gsheni deleted the issue-2893-use-nodejs-24-compatible-github-actions branch May 28, 2026 14:00
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.

Use Node.js 24 compatible github actions

3 participants