Modernise & deploy #1
1 changed files with 2 additions and 2 deletions
|
|
@ -165,7 +165,7 @@ jobs:
|
|||
|
||||
- name: Upload Playwright report
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: playwright-report
|
||||
path: frontend/playwright-report
|
||||
|
|
@ -174,7 +174,7 @@ jobs:
|
|||
|
||||
- name: Upload visual screenshots
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: playwright-visuals
|
||||
path: frontend/visuals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue