Skip to content

Commit 3b5c32c

Browse files
committed
update: update artifact version
1 parent cb1b618 commit 3b5c32c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/playwright.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ on:
1010
- wp-e2e-playwright
1111
- develop
1212
- master
13-
13+
push:
14+
branches:
15+
- update/update-artifacts-version
1416
# Allows you to run this workflow manually from the Actions tab
1517
workflow_dispatch:
1618

@@ -44,7 +46,7 @@ jobs:
4446

4547
- name: Archive HTML Report on failure
4648
if: failure()
47-
uses: actions/upload-artifact@v1
49+
uses: actions/upload-artifact@v4
4850
with:
4951
name: report
5052
path: ./tests/wp-e2e-playwright/playwright-report

0 commit comments

Comments
 (0)