Commit 3756ee1
committed
Merge #1631: chore(deps): bump actions/upload-artifact from 5 to 6
c9c027d chore(deps): bump actions/upload-artifact from 5 to 6 (Jose Celano)
300be03 chore(deps): update dependencies (Jose Celano)
Pull request description:
This PR updates the `actions/upload-artifact` GitHub Action from v5 to v6.
## Changes
- Updated `actions/upload-artifact` from v5 to v6 in [.github/workflows/generate_coverage_pr.yaml](.github/workflows/generate_coverage_pr.yaml)
## What's New in v6
- **Node.js 24 runtime support**: The action now runs on Node.js 24 by default
- **Minimum Actions Runner version**: Requires Actions Runner version 2.327.1 or later
- **Punycode deprecation fix**: Updates `@actions/artifact` dependency to fix Node.js 24 punycode deprecation warnings
## Testing
✅ All tests passed successfully:
- Linter (cc) - passed
- Tests (ct) - passed
## Related PRs
This PR also closes several outdated Dependabot PRs that had already been addressed:
- #1620 - tokio already updated to 1.48.0
- #1618 - clap already updated to 4.5.53
- #1613 - tracing-subscriber already updated to 0.3.22
- #1051 - ringbuf already updated to 0.4.8
ACKs for top commit:
josecelano:
ACK c9c027d
Tree-SHA512: 37da6e5b93ccf8da28acf1725b25b2175172273cd950eda7fd7b6b987431893322227b3e60f0cb7fbacbaf3e713d1db5c6e82889c50d42aa81f253cf920c0a8aFile tree
3 files changed
+8
-7
lines changed- .github/workflows
3 files changed
+8
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments