diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 9924f38..c8eab8f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -66,7 +66,7 @@ jobs: run: cd frontend && npm run test:e2e - name: Upload Playwright report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: ${{ !cancelled() }} with: name: playwright-report