Skip to content

Commit 1676c0d

Browse files
committed
update: update artifact version
1 parent 0b025cc commit 1676c0d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/playwright.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- wp-e2e-playwright
1111
- develop
1212
- master
13+
push:
14+
branches:
15+
- update/artifacts-version
1316

1417
# Allows you to run this workflow manually from the Actions tab
1518
workflow_dispatch:
@@ -44,7 +47,7 @@ jobs:
4447

4548
- name: Archive HTML Report on failure
4649
if: failure()
47-
uses: actions/upload-artifact@v1
50+
uses: actions/upload-artifact@v4
4851
with:
4952
name: report
5053
path: ./tests/wp-e2e-playwright/playwright-report

0 commit comments

Comments
 (0)