Skip to content

Commit e8b6d6c

Browse files
committed
fix. Updated ci-cd to use v4 of upload artifact.
1 parent fc6ecc5 commit e8b6d6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ jobs:
5656
CI: true
5757

5858
- name: Upload Playwright Test Report
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: playwright-test-report
62-
path: playwright-report
62+
path: playwright-report/index.html
63+
if-no-files-found: error
6364

6465
- name: Upload Site Files as Artifact
6566
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)