Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit f3a5454

Browse files
committed
update: update artifact version
1 parent 35982a1 commit f3a5454

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e.yml

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

1314
pull_request:
1415
branches:
@@ -67,7 +68,7 @@ jobs:
6768
working-directory: ${{env.working_directory}}
6869

6970
- name: Make reports available
70-
uses: actions/upload-artifact@v2
71+
uses: actions/upload-artifact@v4
7172
if: success() || failure()
7273
with:
7374
name: playwright-report

0 commit comments

Comments
 (0)