Skip to content

Commit 2751f05

Browse files
committed
main branch
1 parent 516cf7b commit 2751f05

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/playwright-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Playwright Tests
22

33
on:
44
push:
5-
branches: [ master, main ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master, main ]
7+
branches: [ main ]
88
schedule:
99
# Run daily at 2:00 AM UTC
1010
- cron: '0 2 * * *'
@@ -36,7 +36,7 @@ jobs:
3636
CI: true
3737

3838
- name: Upload Playwright Report
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v5
4040
if: failure()
4141
with:
4242
name: playwright-report

0 commit comments

Comments
 (0)