Skip to content

Commit 291d571

Browse files
authored
Update github actions (#610)
1 parent 5af2683 commit 291d571

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: [22.x]
2222
steps:
2323
- name: Check out code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 2
2727

@@ -30,7 +30,7 @@ jobs:
3030
version: 9.15.1
3131

3232
- name: Setup Node.js environment
33-
uses: actions/setup-node@v3
33+
uses: actions/setup-node@v4
3434
with:
3535
node-version: ${{ matrix.node-version }}
3636
cache: "pnpm"
@@ -53,7 +53,7 @@ jobs:
5353
- name: Unit and e2e tests
5454
run: pnpm test
5555

56-
- uses: actions/upload-artifact@v3
56+
- uses: actions/upload-artifact@v4
5757
if: always()
5858
with:
5959
name: playwright-report

0 commit comments

Comments
 (0)