Skip to content

Commit ec57362

Browse files
committed
update: update artifact version
1 parent 4c7e72c commit ec57362

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- develop
1111
- master
12+
- update/artifact-version
1213

1314
pull_request:
1415
branches:
@@ -52,7 +53,7 @@ jobs:
5253

5354
- name: Archive HTML Report on failure
5455
if: failure()
55-
uses: actions/upload-artifact@v1
56+
uses: actions/upload-artifact@v4
5657
with:
5758
name: report
5859
path: ./tests/e2e-playwright/config

0 commit comments

Comments
 (0)