Skip to content

Commit 800a84a

Browse files
pncclaude
andcommitted
Bump GitHub Actions to v5 (Node.js 24)
actions/checkout@v4 and actions/upload-artifact@v4 use the deprecated Node.js 20 runtime. v5 uses Node.js 24. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 386af11 commit 800a84a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
unit-tests:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Install uv
1616
run: |
1717
curl -fL https://github.com/astral-sh/uv/releases/latest/download/uv-x86_64-unknown-linux-gnu.tar.gz \
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
timeout-minutes: 20
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
- name: Install uv
2727
run: |
2828
curl -fL https://github.com/astral-sh/uv/releases/latest/download/uv-x86_64-unknown-linux-gnu.tar.gz \
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Upload logs on failure
4646
if: failure()
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v5
4848
with:
4949
name: e2e-linux-logs
5050
path: |
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: macos-latest
5656
timeout-minutes: 20
5757
steps:
58-
- uses: actions/checkout@v4
58+
- uses: actions/checkout@v5
5959
- name: Install uv
6060
run: |
6161
curl -fL https://github.com/astral-sh/uv/releases/latest/download/uv-aarch64-apple-darwin.tar.gz \
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Upload logs on failure
7474
if: failure()
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
with:
7777
name: e2e-macos-logs
7878
path: |

0 commit comments

Comments
 (0)