Skip to content

Commit d5ffbd3

Browse files
Fix upload artifact GitHub action
1 parent 280a976 commit d5ffbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: npx playwright test
4444

4545
- name: Playwright - Upload Report
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
if: always()
4848
with:
4949
name: playwright-report

0 commit comments

Comments
 (0)