-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 remove dependencies on Node 12/16 #7459
Conversation
Hmm, the artifact action changes are indeed non-trivial... need to go back to the drawing board with this one. |
fafc4c5
to
f7632b3
Compare
WalkthroughThe pull request includes updates to multiple GitHub Actions workflows across various files. The primary focus of the changes is upgrading the versions of several actions used in the workflows, including Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant CI/CD Pipeline
participant Actions
User->>CI/CD Pipeline: Trigger Workflow
CI/CD Pipeline->>Actions: Run Updated Actions
Actions->>CI/CD Pipeline: Execute Steps
CI/CD Pipeline-->>User: Complete Workflow
Tip Announcements
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (8)
Files skipped from review due to trivial changes (1)
Additional context usedactionlint
Additional comments not posted (24)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #7459 +/- ##
===========================================
- Coverage 83.60% 83.58% -0.02%
===========================================
Files 397 397
Lines 41906 41906
Branches 3883 3883
===========================================
- Hits 35034 35027 -7
- Misses 6872 6879 +7
|
…7459) This is a followup to cvat-ai#7442. I didn't realize there were so many outdated actions. 🙂 This should update every remaining action with a Node 12/16 dependency.
Motivation and context
This is a followup to #7442. I didn't realize there were so many outdated actions. 🙂
This should update every remaining action with a Node 12/16 dependency.
How has this been tested?
Checklist
develop
branch[ ] I have created a changelog fragment[ ] I have updated the documentation accordingly[ ] I have added tests to cover my changes[ ] I have linked related issues (see GitHub docs)[ ] I have increased versions of npm packages if it is necessary(cvat-canvas,
cvat-core,
cvat-data and
cvat-ui)
License
Feel free to contact the maintainers if that's a concern.
Summary by CodeRabbit