Skip to content

Commit 5117db5

Browse files
committed
Attempt to fix build workflow
1 parent 7af8ee6 commit 5117db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: yarn lint
2626
- name: Test
2727
run: yarn test
28-
- uses: actions/upload-artifact@v3
28+
- uses: actions/upload-artifact@v4
2929
with:
3030
name: playwright-failed-test-traces
3131
path: test-results/

0 commit comments

Comments
 (0)