Skip to content

Commit c9c027d

Browse files
committed
chore(deps): bump actions/upload-artifact from 5 to 6
Bumps actions/upload-artifact from 5 to 6. This update includes: - Node.js 24 runtime support - Requires Actions Runner version 2.327.1 or later - Fixes punycode deprecation warnings
1 parent 300be03 commit c9c027d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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

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)