1 Commits

Author SHA1 Message Date
Renovate Bot
c925057b4b Update actions/upload-artifact action to v7
Some checks failed
CI / backend-test (push) Successful in 57s
CI / frontend-test (push) Failing after 17s
CI / frontend-e2e (push) Successful in 59s
CI / build-and-publish (push) Has been skipped
2026-03-06 18:03:42 +00:00

View File

@@ -66,7 +66,7 @@ jobs:
run: cd frontend && npm run test:e2e run: cd frontend && npm run test:e2e
- name: Upload Playwright report - name: Upload Playwright report
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
if: ${{ !cancelled() }} if: ${{ !cancelled() }}
with: with:
name: playwright-report name: playwright-report