Skip to content

Commit 1f56e4c

Browse files
author
João Dias
committed
ci: updated actions version
1 parent a088c15 commit 1f56e4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
timeout-minutes: 60
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-node@v3
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-node@v4
1414
with:
1515
node-version: 20
1616
- name: Install dependencies
@@ -19,7 +19,7 @@ jobs:
1919
run: yarn playwright install --with-deps
2020
- name: Run Playwright tests
2121
run: yarn playwright test
22-
- uses: actions/upload-artifact@v3
22+
- uses: actions/upload-artifact@v4
2323
if: always()
2424
with:
2525
name: playwright-report

0 commit comments

Comments
 (0)