Skip to content

Commit 3756ee1

Browse files
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: 37da6e5b93ccf8da28acf1725b25b2175172273cd950eda7fd7b6b987431893322227b3e60f0cb7fbacbaf3e713d1db5c6e82889c50d42aa81f253cf920c0a8a
2 parents 1134350 + c9c027d commit 3756ee1

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/generate_coverage_pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ jobs:
5959
# Triggered sub-workflow is not able to detect the original commit/PR which is available
6060
# in this workflow.
6161
- name: Store PR number
62-
uses: actions/upload-artifact@v5
62+
uses: actions/upload-artifact@v6
6363
with:
6464
name: pr_number
6565
path: pr_number.txt
6666

6767
- name: Store commit SHA
68-
uses: actions/upload-artifact@v5
68+
uses: actions/upload-artifact@v6
6969
with:
7070
name: commit_sha
7171
path: commit_sha.txt
@@ -74,7 +74,7 @@ jobs:
7474
# is executed by a different workflow `upload_coverage.yml`. The reason for this
7575
# split is because `on.pull_request` workflows don't have access to secrets.
7676
- name: Store coverage report in artifacts
77-
uses: actions/upload-artifact@v5
77+
uses: actions/upload-artifact@v6
7878
with:
7979
name: codecov_report
8080
path: ./codecov.json

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cSpell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"canonicalized",
3333
"certbot",
3434
"chrono",
35+
"Cinstrument",
3536
"ciphertext",
3637
"clippy",
3738
"cloneable",

0 commit comments

Comments
 (0)