Modernise & deploy #1

Merged
andras merged 25 commits from asch/modernise into master 2026-05-31 16:48:45 +01:00
Showing only changes of commit bec981f601 - Show all commits

View file

@ -165,7 +165,7 @@ jobs:
- name: Upload Playwright report - name: Upload Playwright report
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: playwright-report name: playwright-report
path: frontend/playwright-report path: frontend/playwright-report
@ -174,7 +174,7 @@ jobs:
- name: Upload visual screenshots - name: Upload visual screenshots
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: playwright-visuals name: playwright-visuals
path: frontend/visuals path: frontend/visuals